dependency problem in CDBI 0.96
[prev]
[thread]
[next]
[Date index for 2004/08/17]
Hi,
I just tried to install Class::DBI 0.96 and had some trouble getting it
to pass tests until I updated List::Util; the dependency listed in the
Makefile.PL seems wrong. Here's a patch that works for me:
--- Makefile.PL Sun Apr 25 11:33:36 2004
+++ /Users/dan/tmp/Makefile.PL.new Tue Aug 17 17:53:49 2004
@@ -68,7 +68,7 @@
'Class::Trigger' => '0.07',
'File::Temp' => '0.12',
'Ima::DBI' => '0.33',
- 'List::Util' => '1.00',
+ 'List::Util' => '1.14',
'Storable' => '2.04',
'Test::More' => '0.47',
'UNIVERSAL::moniker' => '0.06',
Enjoy,
Dan Friedman
|
dependency problem in CDBI 0.96
Dan Friedman 21:56 on 17 Aug 2004
|