From: Sebastian Riedel Date: Mon, 21 Nov 2005 22:16:08 +0000 (+0000) Subject: Fixed prereqs X-Git-Tag: 5.7099_04~847 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb722214249221286372c0146a8776e0c86c635a;p=catagits%2FCatalyst-Runtime.git Fixed prereqs --- diff --git a/Changes b/Changes index ed99ec2..c38e4b1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ This file documents the revision history for Perl extension Catalyst. 5.58 - Replaced -short with auto-detection + - Fixed prereqs, added File::Copy::Recursive 5.57 2005-11-20 22:45:00 - Updated uri_for to accept undef actions 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');