REH...@cvs.perl.org
unread,Dec 28, 2012, 4:43:55 AM12/28/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to svn-commit-...@perl.org
Author: REHSACK
Date: Fri Dec 28 01:43:53 2012
New Revision: 15546
Modified:
dbi/trunk/Makefile.PL
Log:
Update recommends/conflicts
Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL (original)
+++ dbi/trunk/Makefile.PL Fri Dec 28 01:43:53 2012
@@ -103,8 +103,8 @@
recommends => {
'RPC::PlServer' => 0.2001,
'Net::Daemon' => 0,
- 'SQL::Statement' => 1.28,
- 'Clone' => 0.31,
+ 'SQL::Statement' => 1.402,
+ 'Clone' => 0.34,
'MLDBM' => 0,
'DB_File' => 0,
},
@@ -113,11 +113,13 @@
( $^O eq 'MSWin32' ? ( 'File::Spec' => 3.31, ) : () ),
},
CONFLICTS => {
- 'SQL::Statement' => '1.27',
- 'DBD::AnyData' => '0.09',
- 'DBD::CSV' => '0.29',
+ 'SQL::Statement' => '1.33',
+ 'DBD::AnyData' => '0.110',
+ 'DBD::CSV' => '0.36',
'DBD::RAM' => '0.072',
'DBD::PO' => '2.10',
+ 'DBD::Google' => '0.51',
+ 'DBD::Amazon' => '0.10',
},
LICENSE => 'perl',
EXE_FILES => [ "dbiproxy$ext_pl", "dbiprof$ext_pl", "dbilogstrip$ext_pl" ],