X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=34527811958b184d567c382cbc85ba4206632145;hb=9d1d8779c9c1f9305d2847eef52179c5ba57bdf2;hp=a094cf01b28e22fa774e2aaaddaf5048a7504ef2;hpb=efc787e1c38342241d543c3e6b359855df49d7d9;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index a094cf0..3452781 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,7 @@ +use strict; +use warnings; use inc::Module::Install 0.91; +use Module::Install::AuthorRequires; name 'Catalyst-Devel'; all_from 'lib/Catalyst/Devel.pm'; @@ -19,6 +22,8 @@ requires 'Module::Install' => '0.91'; requires 'Path::Class' => '0.09'; requires 'Template' => '2.14'; +author_requires 'IPC::Run3'; + test_requires 'Test::More' => '0.94'; install_share 'share';