X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a1e14abc2fe9a38fae40c105d0a3ba95e17245aa;hb=33e5de96f7c37e7b64611c77d305b1bf8d26b2d6;hp=eb9a46dcd590696ea469d1e172c80f9110d74210;hpb=01f9819aaf3c33459ffb2c9005a32ad59eee8663;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git diff --git a/Makefile.PL b/Makefile.PL index eb9a46d..a1e14ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,13 +5,16 @@ perl_version '5.8.1'; name 'Catalyst-Action-REST'; all_from 'lib/Catalyst/Action/REST.pm'; -'Catalyst' => '5.7001', -'Params::Validate' => '0.76', -'YAML::Syck' => '0.67', -'Module::Pluggable::Object' => undef, -'LWP::UserAgent' => '2.033', -'Data::Serializer' => '0.36', -'Class::Inspector' => '1.13', +requires('Catalyst' => '5.7001'); +requires('Params::Validate' => '0.76'); +requires('YAML::Syck' => '0.67'); +requires('Module::Pluggable::Object' => undef); +requires('LWP::UserAgent' => '2.033'); +requires('Data::Serializer' => '0.36'); +requires('Class::Inspector' => '1.13'); + +auto_include; +auto_install; WriteAll;