Add extra warning guard and object creation tests to 20invocations.t
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
index 3b80337..a94ccf5 100644 (file)
@@ -13,6 +13,7 @@ all_from       'lib/DBIx/Class/Schema/Loader.pm';
 
 test_requires 'Test::Exception';
 test_requires 'Test::More'    => '0.94';
+test_requires 'Test::Warn'    => '0.21';
 test_requires 'DBI'           => '1.56';
 test_requires 'DBD::SQLite'   => '1.29';
 test_requires 'File::Copy';