From 5d0bfb3f0fb040f06092caeba89e6ae345fe8492 Mon Sep 17 00:00:00 2001 From: Lorry Date: Mon, 23 Jul 2012 15:02:57 +0100 Subject: Tarball conversion --- dist.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dist.ini (limited to 'dist.ini') 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 +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 -- cgit v1.2.1