summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-06-16 06:44:29 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-06-16 06:44:29 +0000
commitf9f3ab3056d94292adb4ab2e1451645bee989769 (patch)
treecc5a62954d359d5aad449420bc7ec259b3edb79e /META.json
downloadCGI-tarball-f9f3ab3056d94292adb4ab2e1451645bee989769.tar.gz
Diffstat (limited to 'META.json')
-rw-r--r--META.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..304d045
--- /dev/null
+++ b/META.json
@@ -0,0 +1,64 @@
+{
+ "abstract" : "Handle Common Gateway Interface requests and responses",
+ "author" : [
+ "unknown"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150001",
+ "license" : [
+ "unknown"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "CGI",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc",
+ "t"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {}
+ },
+ "configure" : {
+ "requires" : {}
+ },
+ "runtime" : {
+ "requires" : {
+ "Carp" : "0",
+ "Config" : "0",
+ "Encode" : "0",
+ "Exporter" : "0",
+ "File::Spec" : "0.82",
+ "File::Temp" : "0",
+ "HTML::Entities" : "3.69",
+ "base" : "0",
+ "if" : "0",
+ "overload" : "0",
+ "parent" : "0.225",
+ "perl" : "5.008001",
+ "strict" : "0",
+ "utf8" : "0",
+ "warnings" : "0"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/leejo/CGI.pm/issues"
+ },
+ "homepage" : "https://metacpan.org/module/CGI",
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ],
+ "repository" : {
+ "url" : "https://github.com/leejo/CGI.pm"
+ }
+ },
+ "version" : "4.21"
+}