[Bast-commits] r9697 - SQL-Abstract/1.x/trunk

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Wed Sep 8 02:57:08 GMT 2010


Author: frew
Date: 2010-09-08 03:57:08 +0100 (Wed, 08 Sep 2010)
New Revision: 9697

Modified:
   SQL-Abstract/1.x/trunk/Makefile.PL
Log:
fix deps

Modified: SQL-Abstract/1.x/trunk/Makefile.PL
===================================================================
--- SQL-Abstract/1.x/trunk/Makefile.PL	2010-09-08 02:53:34 UTC (rev 9696)
+++ SQL-Abstract/1.x/trunk/Makefile.PL	2010-09-08 02:57:08 UTC (rev 9697)
@@ -12,8 +12,9 @@
 
 requires 'List::Util'   => 0;
 requires 'Scalar::Util' => 0;
+requires 'Class::Accessor::Grouped' => 0.09005;
 
-test_requires "Test::More"      => 0.96;
+test_requires "Test::More"      => 0.92;
 test_requires "Test::Exception" => 0;
 test_requires "Test::Warn"      => 0;
 test_requires "Storable"        => 0;   # for cloning in tests




More information about the Bast-commits mailing list