dump code now skips+warns instead of dies when dump_overwrite not set [from nilsonsfj]
[dbsrgits/DBIx-Class-Schema-Loader.git] / Build.PL
index 55484fb..032aaaf 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -27,6 +27,7 @@ my %arguments = (
     },
     build_requires     => {
         'Test::More'                    => 0.32,
+        'Test::Warn'                    => 0.08,
         'DBI'                           => 1.50,
         'DBD::SQLite'                   => 1.12,
     },