summaryrefslogtreecommitdiff
path: root/dist.ini
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-23 15:02:57 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-23 15:02:57 +0100
commit5d0bfb3f0fb040f06092caeba89e6ae345fe8492 (patch)
tree7669b9da7bedf01514147ccd3fbd456d720cfb6a /dist.ini
downloadXML-Simple-5d0bfb3f0fb040f06092caeba89e6ae345fe8492.tar.gz
Tarball conversion
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini26
1 files changed, 26 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..7d474bc
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,26 @@
+name = XML-Simple
+author = Grant McLean <grantm@cpan.org>
+version = 2.20
+license = Perl_5
+copyright_holder = Grant McLean
+copyright_year = 2012
+main_module = lib/XML/Simple.pm
+repository = git://github.com/grantm/xml-simple.git
+
+[Repository]
+[@Basic]
+[NextRelease]
+;[PodCoverageTests]
+[PodSyntaxTests]
+[MetaJSON]
+[PkgVersion]
+[@Git]
+
+[Prereqs]
+perl = 5.008
+XML::SAX = 0.15
+XML::SAX::Expat = 0
+XML::NamespaceSupport = 1.04
+
+[Prereqs / TestRequires]
+Test::More = 0.88