From 432a630c59b57863c970edd60bac04f583dcd22c Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Tue, 7 Feb 2006 16:21:02 +0000 Subject: [PATCH] require working CGI::Untaint git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@455 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 1 + Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, -- 2.39.2