]> git.decadent.org.uk Git - maypole.git/commitdiff
#6572 Makefile patch: require up-to-date CBDI::AsForm (Markus Ramberg)
authorSimon Cozens <simon@simon-cozens.org>
Mon, 21 Jun 2004 13:27:19 +0000 (13:27 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 21 Jun 2004 13:27:19 +0000 (13:27 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@152 48953598-375a-da11-a14b-00016c27c3ee

Makefile.PL

index cd0fd96f558bbdef1b5519d67ce2174d93e02451..85b9aabd73aabacf69f40af7b556344d316cfad7 100644 (file)
@@ -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,