Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garu/template-asgraph
Create a graph from Template Toolkit file
https://github.com/garu/template-asgraph
Last synced: 11 days ago
JSON representation
Create a graph from Template Toolkit file
- Host: GitHub
- URL: https://github.com/garu/template-asgraph
- Owner: garu
- Created: 2009-07-11T17:23:12.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-04-28T08:28:43.000Z (over 11 years ago)
- Last Synced: 2024-11-05T21:50:25.536Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Template-AsGraph
This Perl module lets you create a graph from a Template Toolkit file.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Template::AsGraph
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-AsGraphAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Template-AsGraphCPAN Ratings
http://cpanratings.perl.org/d/Template-AsGraphSearch CPAN
http://search.cpan.org/dist/Template-AsGraph/COPYRIGHT AND LICENCE
Copyright (C) 2009 Breno G. de Oliveira
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.