Fix RT 47449 by adding missing dep on Catalyst::Helper for tests.
Toby Corkindale [Tue, 30 Jun 2009 07:57:52 +0000 (07:57 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 3b15f19..c07873f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.26  As yet unreleased
+    - Fix missing dep on Catalyst::Helper that made tests fail (RT 47449)
+
 0.25  Fri Jun 19 08:35:38 PDT 2009
        - fix dep on Tie::IxHash that made tests fail
        - add more attributes to ::Replicated trait
index faa185d..b6ec4b0 100644 (file)
@@ -16,6 +16,7 @@ requires 'Tie::IxHash';
 
 test_requires 'Test::More';
 test_requires 'Test::Exception';
+test_requires 'Catalyst::Helper';
 
 feature 'Catalyst::Helper support',
     -default                      => 0,