X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2e19d5dcdc8417c5299e1ab1f6d0fb2bc06982d6;hb=09c03d31ada420ba521652ea07eb698fefe409ac;hp=6f49885d67322891af5ab43d4236e3ea85889832;hpb=e83023afe35e61eabe6083318fe41ec5d572afb2;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index 6f49885..2e19d5d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,8 @@ requires 'Path::Class' => '0.09'; requires 'Template' => '2.14'; author_requires 'IPC::Run3'; +author_requires 'Module::Info'; +author_requires 'File::Find::Rule'; test_requires 'Test::More' => '0.94';