X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=2f8aa459e8e832565db514a2ac5e55dd22eb527a;hp=f06caa9153e07156b04146112c6a67ef5b0ae6b9;hb=bb722214249221286372c0146a8776e0c86c635a;hpb=092231348d266d93d94db73b47b6d9594e5c233e diff --git a/Makefile.PL b/Makefile.PL index f06caa9..2f8aa45 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,6 +32,7 @@ requires('Time::HiRes'); requires('Tree::Simple'); requires('Tree::Simple::Visitor::FindByPath'); requires( 'URI' => 1.35 ); +requires('File::Copy::Recursive'); recommends( 'Catalyst::Engine::Apache' => '1.00' ); recommends('FCGI');