From: Aaron Trevena Date: Tue, 7 Feb 2006 16:21:02 +0000 (+0000) Subject: require working CGI::Untaint X-Git-Tag: 2.11~63 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=432a630c59b57863c970edd60bac04f583dcd22c;p=maypole.git require working CGI::Untaint git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@455 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index 5ccf775..d1a3fb9 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 9f104ff..7881d36 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,