summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..317a592
--- /dev/null
+++ b/META.json
@@ -0,0 +1,57 @@
+{
+ "abstract" : "Provide an interface to ZIP archive files.",
+ "author" : [
+ "Ned Konz <perl@bike-nomad.com>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.142690",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Archive-Zip",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "Test::More" : "0.88"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Compress::Raw::Zlib" : "2.017",
+ "File::Basename" : "0",
+ "File::Copy" : "0",
+ "File::Find" : "0",
+ "File::Path" : "0",
+ "File::Spec" : "0.80",
+ "File::Temp" : "0",
+ "IO::File" : "0",
+ "IO::Handle" : "0",
+ "IO::Seekable" : "0",
+ "Time::Local" : "0",
+ "perl" : "5.006"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "repository" : {
+ "url" : "https://github.com/redhotpenguin/perl-Archive-Zip-svn"
+ }
+ },
+ "version" : "1.49"
+}