X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=5d39f6160be426204eca8424f108ec58f4ff61a6;hb=f74f8f3835fce906b00bb07a3757d3ec91f1c184;hp=b3467352f8a160a7e6b080b8d21ce6486567ada0;hpb=316bf0f004c0de103e628994a4384e6cf4b45377;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index b346735..5d39f61 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,8 +18,8 @@ my $build = Module::Build->new( 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, - 'Module::Pluggable::Fast' => 0.15, - 'Path::Class' => 0, + 'Module::Pluggable::Fast' => 0.16, + 'Path::Class' => 0.09, 'Template' => 0, 'Text::ASCIITable' => 0, 'Tree::Simple' => 0,