convert to dzil
Arthur Axel 'fREW' Schmidt [Fri, 8 Nov 2013 16:28:53 +0000 (10:28 -0600)]
cpanfile [new file with mode: 0644]
dist.ini [new file with mode: 0644]

diff --git a/cpanfile b/cpanfile
new file mode 100644 (file)
index 0000000..fe61015
--- /dev/null
+++ b/cpanfile
@@ -0,0 +1,24 @@
+requires 'Catalyst::Runtime' => '5.80030' ;
+requires 'Class::Inspector' => '1.13' ;
+requires 'LWP::UserAgent' => '2.033' ;
+requires 'MRO::Compat' => '0.10' ;
+requires 'Module::Pluggable::Object' => undef ;
+requires 'Moose' => '1.03';
+requires 'Params::Validate' => '0.76' ;
+requires 'URI::Find' => undef ;
+requires 'namespace::autoclean';
+
+on test => sub {
+   requires 'Test::More' => '0.88';
+   requires 'Test::Requires';
+};
+
+suggests 'Config::General';
+suggests 'Data::Taxi';
+suggests 'FreezeThaw';
+suggests 'HTML::Parser';
+suggests 'JSON';
+suggests 'JSON::XS';
+suggests 'PHP::Serialization';
+suggests 'XML::Simple';
+suggests 'YAML::Syck';
diff --git a/dist.ini b/dist.ini
new file mode 100644 (file)
index 0000000..5522714
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,22 @@
+name             = Catalyst-Action-REST
+author           = Tomas Doran <bobtfish@cpan.org>
+license          = Perl_5
+copyright_holder = Tomas Doran
+version          = 1.13
+
+[NextRelease]
+[@Git]
+[@Basic]
+
+[MetaResources]
+repository.url = git://git.shadowcat.co.uk/catagits/Catalyst-Action-REST.git
+repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Action-REST.git
+repository.type = git
+bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=Catalyst-Action-REST
+x_authority = cpan:BOBTFISH
+
+[MetaJSON]
+[OurPkgVersion]
+[ReadmeFromPod]
+[PodSyntaxTests]
+[Prereqs::FromCPANfile]