X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=d9b798e21164ecc8fdbf998ea43ac147eb3fc8c4;hb=846772b73d4b1d0791afaf29d1b271eaccb42de1;hp=f0d81209b26c478a13beb1e55414a2e2def9180b;hpb=a268a0112398ac10d8fabd86ed28a183cbe4398e;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index f0d8120..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,