X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=992fba186f185d2d5ea185d1376ca082c44d863d;hb=0710604fb69f44a3aeb66daf7863ea4eba69db0d;hp=13a2357f875873b0fa612effd22e1d3c52c9f762;hpb=35bdf5eadf74c6edf4f6015b7f1c689c6092dcf4;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 13a2357..992fba1 100644 --- a/Build.PL +++ b/Build.PL @@ -12,11 +12,12 @@ my $build = Module::Build->new( 'Class::Data::Inheritable' => 0, 'CGI::Cookie' => 0, 'HTML::Entities' => 0, - 'HTTP::Body' => 0, + 'HTTP::Body' => 0.03, 'HTTP::Headers' => 1.59, 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, + 'MIME::Types' => 0, 'Module::Pluggable::Fast' => 0.16, 'NEXT' => 0, 'Path::Class' => 0.09, @@ -28,7 +29,7 @@ my $build = Module::Build->new( 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35, }, - recommends => { 'Catalyst::Engine::Apache' => 0, }, + recommends => { 'Catalyst::Engine::Apache' => 0, JSAN => 0 }, create_makefile_pl => 'passthrough', create_readme => 1, script_files => [ glob('script/*') ],