From: Dagfinn Ilmari Mannsåker Date: Thu, 15 Sep 2011 19:59:02 +0000 (+0100) Subject: add DBD::SQLite to test_requires (RT#70357) X-Git-Tag: v0.55~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=3ecd268aa7ad801c32ece24c34ff488d8b18d87d add DBD::SQLite to test_requires (RT#70357) --- diff --git a/Changes b/Changes index 6b7b59c..8cde2c1 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 5d817f8..aa76278 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,