From f9f3ab3056d94292adb4ab2e1451645bee989769 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 16 Jun 2015 06:44:29 +0000 Subject: CGI-4.21 --- META.json | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 META.json (limited to 'META.json') 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" +} -- cgit v1.2.1