summaryrefslogtreecommitdiff
path: root/META.json
blob: 41f6e925c8b8f023d0fda79d323cba389cd6f137 (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
{
   "abstract" : "Easily read/write XML (esp config files)",
   "author" : [
      "Grant McLean <grantm@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.101670",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "XML-Simple",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.31"
         }
      },
      "runtime" : {
         "requires" : {
            "XML::NamespaceSupport" : "1.04",
            "XML::SAX" : "0.15",
            "XML::SAX::Expat" : 0,
            "perl" : "5.008"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0.88"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/grantm/xml-simple.git",
         "web" : "http://github.com/grantm/xml-simple"
      }
   },
   "version" : "2.20"
}