From 5d0bfb3f0fb040f06092caeba89e6ae345fe8492 Mon Sep 17 00:00:00 2001 From: Lorry Date: Mon, 23 Jul 2012 15:02:57 +0100 Subject: Tarball conversion --- META.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 META.json (limited to 'META.json') diff --git a/META.json b/META.json new file mode 100644 index 0000000..41f6e92 --- /dev/null +++ b/META.json @@ -0,0 +1,46 @@ +{ + "abstract" : "Easily read/write XML (esp config files)", + "author" : [ + "Grant McLean " + ], + "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" +} + -- cgit v1.2.1