From: Simon Cozens Date: Tue, 24 Feb 2004 06:50:02 +0000 (+0000) Subject: Update CDBIL to ensure backticks problem is fixed. X-Git-Tag: 2.10~291 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=5617e978a18a37c2d401674f1b793a041b390bce;hp=1fc17a5c685deb2c7489c8e23a58240e7f3e47a4;p=maypole.git Update CDBIL to ensure backticks problem is fixed. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@71 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Makefile.PL b/Makefile.PL index 767f8ec..5223609 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( NAME => 'Maypole', VERSION_FROM => 'lib/Maypole.pm', # finds $VERSION PREREQ_PM => { - Class::DBI::Loader => 0, + Class::DBI::Loader => '0.02', Class::DBI::AbstractSearch => 0, Class::DBI::Pager => 0, Class::DBI::Plugin::RetrieveAll => 0,