X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=7518026c6c4cc4566a9f22fb21fecff8bcebb6ea;hb=3245f607a5d5494a4e7b4e8b06a63891b87893e5;hp=8444e4b4c1fe770ae1b2ea497e93e98d0c0c2173;hpb=bb5ef9d77cb25af8a0f71d509c6af1debd7e62e5;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 8444e4b..7518026 100644 --- a/Build.PL +++ b/Build.PL @@ -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, @@ -24,6 +24,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')