add DBD::SQLite to test_requires (RT#70357)
Dagfinn Ilmari Mannsåker [Thu, 15 Sep 2011 19:59:02 +0000 (20:59 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 6b7b59c..8cde2c1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+        - add DBD::SQLite to test_requires (RT#70357)
+
 0.54  Fri Aug  5 11:29:00 EDT 2011
         - Changed t/08helper.t to skip if required features are not installed.
         - tweaked the Makefile.PL to support these changes
index 5d817f8..aa76278 100644 (file)
@@ -20,6 +20,7 @@ test_requires 'Test::More' => '0.94';
 test_requires 'Test::Exception';
 test_requires 'Storable';
 test_requires 'Test::Requires';
+test_requires 'DBD::SQLite';
 
 feature 'Catalyst::Helper support',
     -default                      => 0,