summaryrefslogtreecommitdiff
path: root/META.json
blob: 317a59232d7df6ffb85fcd814bb3fb7589cd4750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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"
}