[Bast-commits] r5624 - DBIx-Class/0.08/trunk
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sun Feb 22 13:48:42 GMT 2009
Author: ribasushi
Date: 2009-02-22 13:48:42 +0000 (Sun, 22 Feb 2009)
New Revision: 5624
Modified:
DBIx-Class/0.08/trunk/Makefile.PL
Log:
More author-requires
Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL 2009-02-22 13:37:34 UTC (rev 5623)
+++ DBIx-Class/0.08/trunk/Makefile.PL 2009-02-22 13:48:42 UTC (rev 5624)
@@ -31,6 +31,7 @@
# Perl 5.8.0 doesn't have utf8::is_utf8()
requires 'Encode' => 0 if ($] <= 5.008000);
+# configure_requires so the sanity check below can run
configure_requires 'DBD::SQLite' => 1.14;
test_requires 'Test::Builder' => 0.33;
@@ -47,13 +48,21 @@
# re-build README and require CDBI modules for testing if we're in a checkout
my %force_requires_if_author = (
+ 'Test::Pod::Coverage' => 0,
+ 'SQL::Translator' => 0.09004,
+
+ # CDBI-compat related
'DBIx::ContextualFetch' => 0,
'Class::Trigger' => 0,
'Time::Piece' => 0,
'Clone' => 0,
- 'Test::Pod::Coverage' => 0,
+
+ # t/52cycle.t
'Test::Memory::Cycle' => 0,
- 'SQL::Translator' => 0.09004,
+
+ # t/93storage_replication.t
+ 'Moose', => 0,
+ 'MooseX::AttributeHelpers' => 0.12,
);
if ($Module::Install::AUTHOR) {
More information about the Bast-commits
mailing list