From a11409dc4d9b8d72913ae4d5b480c602e5f48771 Mon Sep 17 00:00:00 2001 From: David Baird Date: Wed, 12 Oct 2005 01:44:07 +0000 Subject: [PATCH] Added URI as a dependency in Makefile.PL git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@399 48953598-375a-da11-a14b-00016c27c3ee --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index dbb6545..55cf8b0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,13 +19,14 @@ WriteMakefile( CGI::Untaint => 0, UNIVERSAL::moniker => 0, UNIVERSAL::require => 0, + URI => 0, URI::QueryParam => 0, CGI::Simple => 0, HTTP::Headers => 1.59, Template => 0, Template::Plugin::Class => 0, Test::MockModule => 0, - Digest::MD5 => 0, + Digest::MD5 => 0, }, # e.g., Module::Name => 1.1 ( $] >= 5.005 -- 2.39.2