Removed URI::Query from deps
Andy Grundman [Wed, 12 Oct 2005 14:14:18 +0000 (14:14 +0000)]
Build.PL

index 40a7891..13a2357 100644 (file)
--- 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',