From: Andy Grundman Date: Wed, 12 Oct 2005 14:14:18 +0000 (+0000) Subject: Removed URI::Query from deps X-Git-Tag: 5.7099_04~1219 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=35bdf5eadf74c6edf4f6015b7f1c689c6092dcf4 Removed URI::Query from deps --- diff --git a/Build.PL b/Build.PL index 40a7891..13a2357 100644 --- a/Build.PL +++ b/Build.PL @@ -27,7 +27,6 @@ my $build = Module::Build->new( 'Tree::Simple' => 0, 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35, - 'URI::Query' => 0, }, recommends => { 'Catalyst::Engine::Apache' => 0, }, create_makefile_pl => 'passthrough',