From: Simon Cozens Date: Mon, 21 Jun 2004 13:27:19 +0000 (+0000) Subject: #6572 Makefile patch: require up-to-date CBDI::AsForm (Markus Ramberg) X-Git-Tag: 2.10~210 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=ab3ad934d33ff3941bb73b4dd4ea31c61298a11e;hp=0e912abe61e5c246fc35dce5b9cbe753d23ab416;p=maypole.git #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 --- 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,