X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=7922e24f43632b897f69f8956886d00c157be102;hb=e88fa0583c4c7f6b06e76e125f2fae681202ae0a;hp=7f08e1209baeee0517ef1b68b83d7f02227792ee;hpb=adfe7ead04d6f4431a624299c529d6ff3a396166;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 7f08e12..7922e24 100644 --- a/Build.PL +++ b/Build.PL @@ -7,7 +7,7 @@ my $build = Module::Build->new( module_name => 'Catalyst', requires => { 'UNIVERSAL::require' => 0, - 'CGI::Simple' => 0, + 'CGI' => 0, 'Class::Accessor::Fast' => 0, 'Class::Data::Inheritable' => 0, 'HTTP::Daemon' => 0, @@ -16,7 +16,7 @@ my $build = Module::Build->new( 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, - 'Module::Pluggable::Fast' => 0.14, + 'Module::Pluggable::Fast' => 0.15, 'Path::Class' => 0, 'Template' => 0, 'Text::ASCIITable' => 0,