]> git.decadent.org.uk Git - maypole.git/commitdiff
require working CGI::Untaint
authorAaron Trevena <aaron.trevena@gmail.com>
Tue, 7 Feb 2006 16:21:02 +0000 (16:21 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Tue, 7 Feb 2006 16:21:02 +0000 (16:21 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@455 48953598-375a-da11-a14b-00016c27c3ee

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 5ccf7751bc1f2a03345de8ad6c00d9fe2b1a94a1..d1a3fb9ee19b76f50073be54ba02520f3b13ef7f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -89,6 +89,7 @@ Documentation:
 
 Requirements:
    HTTP::Body now required
+   CGI::Untaint >= 1.26 now required rather than >= 0
 
 
 2.10 Tue 19 Jul 2005
index 9f104ffe4169bfee68ce9d587ab4b14474e59c80..7881d363ce2cfdee3698159a2df2b553b6c1f3e7 100644 (file)
@@ -16,7 +16,7 @@ WriteMakefile(
         Class::DBI::Loader::Relationship => 0,
         Class::DBI                       => 0.96,
         Class::DBI::SQLite               => 0,
-        CGI::Untaint                     => 0,
+        CGI::Untaint                     => 1.26,
        CGI::Untaint::date               => 0,
        CGI::Untaint::email              => 0,
         UNIVERSAL::moniker               => 0,