Search a list of potential template directories, including the current project base.
[catagits/Catalyst-Devel.git] / Makefile.PL
index 0ffa8b7..4b03c44 100644 (file)
@@ -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,7 +22,9 @@ requires 'Module::Install' => '0.91';
 requires 'Path::Class' => '0.09';
 requires 'Template'    => '2.14';
 
-test_requires 'Test::More' => '0.90';
+author_requires 'IPC::Run3';
+
+test_requires 'Test::More' => '0.94';
 
 install_share 'share';
 
@@ -87,7 +92,7 @@ if ($Module::Install::AUTHOR) {
         [ 'IRC'         => 'irc://irc.perl.org/#catalyst' ],
         [ 'license',    => 'http://dev.perl.org/licenses/' ],
         [ 'homepage',   => 'http://dev.catalyst.perl.org/'],
-        [ 'repository', => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Devel/' ],
+        [ 'repository', => 'git://git.shadowcat.co.uk/catagits/Catalyst-Devel.git' ],
     ];
 
     Meta->{values}{requires} = [ grep {