X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=d9b798e21164ecc8fdbf998ea43ac147eb3fc8c4;hb=846772b73d4b1d0791afaf29d1b271eaccb42de1;hp=b3467352f8a160a7e6b080b8d21ce6486567ada0;hpb=316bf0f004c0de103e628994a4384e6cf4b45377;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index b346735..d9b798e 100644 --- a/Build.PL +++ b/Build.PL @@ -8,7 +8,7 @@ my $build = Module::Build->new( requires => { 'perl' => '5.8.1', 'UNIVERSAL::require' => 0, - 'CGI' => 0, + 'CGI' => '3.06', 'Class::Accessor::Fast' => 0, 'Class::Data::Inheritable' => 0, 'File::Temp' => 0.14, @@ -18,7 +18,7 @@ my $build = Module::Build->new( 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, - 'Module::Pluggable::Fast' => 0.15, + 'Module::Pluggable::Fast' => 0.16, 'Path::Class' => 0, 'Template' => 0, 'Text::ASCIITable' => 0,