1{
2   "abstract" : "An API for simple XML files",
3   "author" : [
4      "Grant McLean <grantm@cpan.org>"
5   ],
6   "dynamic_config" : 0,
7   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005",
8   "license" : [
9      "perl_5"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : "2"
14   },
15   "name" : "XML-Simple",
16   "prereqs" : {
17      "configure" : {
18         "requires" : {
19            "ExtUtils::MakeMaker" : "0"
20         }
21      },
22      "develop" : {
23         "requires" : {
24            "Test::Pod" : "1.41"
25         }
26      },
27      "runtime" : {
28         "requires" : {
29            "XML::NamespaceSupport" : "1.04",
30            "XML::SAX" : "0.15",
31            "XML::SAX::Expat" : "0",
32            "perl" : "5.008"
33         }
34      },
35      "test" : {
36         "requires" : {
37            "File::Temp" : "0",
38            "Test::More" : "0.88"
39         }
40      }
41   },
42   "release_status" : "stable",
43   "resources" : {
44      "repository" : {
45         "type" : "git",
46         "url" : "git://github.com/grantm/xml-simple.git",
47         "web" : "https://github.com/grantm/xml-simple"
48      }
49   },
50   "version" : "2.25"
51}
52
53