X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=b3467352f8a160a7e6b080b8d21ce6486567ada0;hb=53164baef55035413133f63141227bd2b2e0d29d;hp=8444e4b4c1fe770ae1b2ea497e93e98d0c0c2173;hpb=bb5ef9d77cb25af8a0f71d509c6af1debd7e62e5;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 8444e4b..b346735 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' => 0, '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.14, + 'Module::Pluggable::Fast' => 0.15, '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')