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