X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=b3467352f8a160a7e6b080b8d21ce6486567ada0;hb=316bf0f004c0de103e628994a4384e6cf4b45377;hp=7922e24f43632b897f69f8956886d00c157be102;hpb=e2adaa166c94d83075815f61e7c90bd4b48cd625;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 7922e24..b346735 100644 --- a/Build.PL +++ b/Build.PL @@ -6,10 +6,12 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst', requires => { + 'perl' => '5.8.1', 'UNIVERSAL::require' => 0, 'CGI' => 0, 'Class::Accessor::Fast' => 0, 'Class::Data::Inheritable' => 0, + 'File::Temp' => 0.14, 'HTTP::Daemon' => 0, 'HTML::Entities' => 0, 'HTTP::Headers' => 0,