From ab3ad934d33ff3941bb73b4dd4ea31c61298a11e Mon Sep 17 00:00:00 2001
From: Simon Cozens <simon@simon-cozens.org>
Date: Mon, 21 Jun 2004 13:27:19 +0000
Subject: [PATCH] #6572 Makefile patch: require up-to-date CBDI::AsForm (Markus
 Ramberg)

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@152 48953598-375a-da11-a14b-00016c27c3ee
---
 Makefile.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index cd0fd96..85b9aab 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,8 +10,8 @@ WriteMakefile(
         Class::DBI::AbstractSearch => 0,
         Class::DBI::Pager => 0,
         Class::DBI::Plugin::RetrieveAll => 0,
-        Class::DBI::AsForm => 0,
-        Class::DBI::FromCGI => 0,
+        Class::DBI::AsForm => 2.2,
+        Class::DBI::FromCGI => 0.94,
         Class::DBI::Loader::Relationship => 0,
        Class::DBI => 0.96,
         CGI::Untaint => 0,
-- 
2.39.5