[Bast-commits] r5660 - DBIx-Class/0.08/trunk

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Fri Feb 27 01:03:03 GMT 2009


Author: ribasushi
Date: 2009-02-27 01:03:03 +0000 (Fri, 27 Feb 2009)
New Revision: 5660

Modified:
   DBIx-Class/0.08/trunk/Makefile.PL
Log:
A couple more makefile prereqs

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-02-27 00:39:25 UTC (rev 5659)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-02-27 01:03:03 UTC (rev 5660)
@@ -45,10 +45,10 @@
 
 tests_recursive 't';
 
-# re-build README and require CDBI modules for testing if we're in a checkout
+# re-build README and require extra modules for testing if we're in a checkout
 
 my %force_requires_if_author = (
-  'Test::Pod::Coverage'       => 0,
+  'Test::Pod::Coverage'       => 1.04,
   'SQL::Translator'           => 0.09004,
 
   # CDBI-compat related
@@ -60,9 +60,15 @@
   # t/52cycle.t
   'Test::Memory::Cycle'       => 0,
 
+  # t/60core.t
+  'DateTime::Format::MySQL'   => 0,
+
   # t/93storage_replication.t
   'Moose',                    => 0,
   'MooseX::AttributeHelpers'  => 0.12,
+
+  # t/96_is_deteministic_value.t
+  'DateTime::Format::Strptime' => 0,
 );
 
 if ($Module::Install::AUTHOR) {




More information about the Bast-commits mailing list