add DBD::SQLite to test_requires (RT#70357)
[catagits/Catalyst-Model-DBIC-Schema.git] / Makefile.PL
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,