Created
February 29, 2012 04:32
-
-
Save kentfredric/1937763 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"abstract" : "Perl/XS module to use HTML Templates from CGI scripts", | |
"author" : [ | |
"I. Yu. Vlasenko <viy@altlinux.org>" | |
], | |
"dynamic_config" : 1, | |
"generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120530", | |
"license" : [ | |
"perl_5", | |
"lgpl_2_1" | |
], | |
"meta-spec" : { | |
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", | |
"version" : "2" | |
}, | |
"name" : "HTML-Template-Pro", | |
"no_index" : { | |
"directory" : [ | |
"t", | |
"inc" | |
] | |
}, | |
"prereqs" : { | |
"build" : { | |
"requires" : { | |
"ExtUtils::MakeMaker" : "0" | |
} | |
}, | |
"configure" : { | |
"requires" : { | |
"ExtUtils::MakeMaker" : "0" | |
} | |
}, | |
"runtime" : { | |
"requires" : { | |
"File::Path" : "2", | |
"File::Spec" : "0", | |
"JSON" : "2", | |
"Test::More" : "0" | |
} | |
} | |
}, | |
"release_status" : "stable", | |
"version" : "0.9509" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
abstract: 'Perl/XS module to use HTML Templates from CGI scripts' | |
author: | |
- 'I. Yu. Vlasenko <viy@altlinux.org>' | |
build_requires: | |
ExtUtils::MakeMaker: 0 | |
configure_requires: | |
ExtUtils::MakeMaker: 0 | |
dynamic_config: 1 | |
generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120530' | |
license: unknown | |
meta-spec: | |
url: http://module-build.sourceforge.net/META-spec-v1.4.html | |
version: 1.4 | |
name: HTML-Template-Pro | |
no_index: | |
directory: | |
- t | |
- inc | |
requires: | |
File::Path: 2 | |
File::Spec: 0 | |
JSON: 2 | |
Test::More: 0 | |
version: 0.9509 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment