From: David Baird <cpan.zerofive@googlemail.com>
Date: Wed, 12 Oct 2005 01:44:07 +0000 (+0000)
Subject: Added URI as a dependency in Makefile.PL
X-Git-Tag: 2.11~119
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a11409dc4d9b8d72913ae4d5b480c602e5f48771;p=maypole.git

Added URI as a dependency in Makefile.PL

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@399 48953598-375a-da11-a14b-00016c27c3ee
---

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