[Bast-commits] r5213 - SQL-Abstract/1.x/branches/1.50_RC
norbi at dev.catalyst.perl.org
norbi at dev.catalyst.perl.org
Wed Nov 26 22:35:22 GMT 2008
Author: norbi
Date: 2008-11-26 22:35:22 +0000 (Wed, 26 Nov 2008)
New Revision: 5213
Modified:
SQL-Abstract/1.x/branches/1.50_RC/
SQL-Abstract/1.x/branches/1.50_RC/Makefile.PL
Log:
r5274 at vger: mendel | 2008-11-26 23:33:10 +0100
* Updated dependencies. (made a typo in previous commit)
Property changes on: SQL-Abstract/1.x/branches/1.50_RC
___________________________________________________________________
Name: svk:merge
- 4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC:5273
+ 4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC:5274
Modified: SQL-Abstract/1.x/branches/1.50_RC/Makefile.PL
===================================================================
--- SQL-Abstract/1.x/branches/1.50_RC/Makefile.PL 2008-11-26 22:35:18 UTC (rev 5212)
+++ SQL-Abstract/1.x/branches/1.50_RC/Makefile.PL 2008-11-26 22:35:22 UTC (rev 5213)
@@ -6,8 +6,8 @@
NAME => 'SQL::Abstract',
VERSION_FROM => 'lib/SQL/Abstract.pm', # finds $VERSION
PREREQ_PM => {
- "List::Util" => 0
- "Scalar::Util" => 0
+ "List::Util" => 0,
+ "Scalar::Util" => 0,
"Test::Builder" => 0,
"Test::More" => 0,
"Test::Exception" => 0,
More information about the Bast-commits
mailing list