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

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Fri Sep 10 04:13:12 GMT 2010


Author: frew
Date: 2010-09-10 05:13:12 +0100 (Fri, 10 Sep 2010)
New Revision: 9711

Modified:
   SQL-Abstract/1.x/trunk/Makefile.PL
Log:
add missing dep

Modified: SQL-Abstract/1.x/trunk/Makefile.PL
===================================================================
--- SQL-Abstract/1.x/trunk/Makefile.PL	2010-09-09 23:13:22 UTC (rev 9710)
+++ SQL-Abstract/1.x/trunk/Makefile.PL	2010-09-10 04:13:12 UTC (rev 9711)
@@ -16,6 +16,7 @@
 requires 'Hash::Merge' => 0.12;
 
 test_requires "Test::More"      => 0.92;
+test_requires "Test::Deep"      => 0.106;
 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