]> git.decadent.org.uk Git - maypole.git/commitdiff
Update CDBIL to ensure backticks problem is fixed.
authorSimon Cozens <simon@simon-cozens.org>
Tue, 24 Feb 2004 06:50:02 +0000 (06:50 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Tue, 24 Feb 2004 06:50:02 +0000 (06:50 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@71 48953598-375a-da11-a14b-00016c27c3ee

Makefile.PL

index 767f8ec5c53f3afce78830af3df72a3a4515eddd..52236095e5c8f0eba8d3eb5ffae8dc77c8ff15cd 100644 (file)
@@ -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,