X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=d9b798e21164ecc8fdbf998ea43ac147eb3fc8c4;hb=f4dbb0d955dfe912f33c9c41a964a2c7921d5dda;hp=28127f05086fcfc6ccc042d74d8cdd65005f00df;hpb=4f6748f101647dd3344339b19510947df6836412;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 28127f0..d9b798e 100644 --- a/Build.PL +++ b/Build.PL @@ -6,17 +6,19 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst', requires => { + 'perl' => '5.8.1', 'UNIVERSAL::require' => 0, - 'CGI::Simple' => 0, + 'CGI' => '3.06', 'Class::Accessor::Fast' => 0, 'Class::Data::Inheritable' => 0, + 'File::Temp' => 0.14, 'HTTP::Daemon' => 0, 'HTML::Entities' => 0, 'HTTP::Headers' => 0, 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, - 'Module::Pluggable::Fast' => 0, + 'Module::Pluggable::Fast' => 0.16, 'Path::Class' => 0, 'Template' => 0, 'Text::ASCIITable' => 0, @@ -24,6 +26,7 @@ my $build = Module::Build->new( 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 0, }, + create_makefile_pl => 'passthrough', script_files => [ glob('script/*') ], test_files => [ glob('t/*.t'), glob('t/*/*.t'), glob('t/*/*/*.t'), glob('t/*/*/*/*.t')