make sure we do not run helper test if the helper feature is not installed
[catagits/Catalyst-Model-DBIC-Schema.git] / Makefile.PL
index 9b0c698..5d817f8 100644 (file)
@@ -18,6 +18,8 @@ requires 'Try::Tiny';
 
 test_requires 'Test::More' => '0.94';
 test_requires 'Test::Exception';
+test_requires 'Storable';
+test_requires 'Test::Requires';
 
 feature 'Catalyst::Helper support',
     -default                      => 0,