From 5617e978a18a37c2d401674f1b793a041b390bce Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Tue, 24 Feb 2004 06:50:02 +0000 Subject: [PATCH] Update CDBIL to ensure backticks problem is fixed. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@71 48953598-375a-da11-a14b-00016c27c3ee --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2