Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 01use.t
index ace9e5e..8409c45 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -1,5 +1,6 @@
 use strict;
-use Test::More tests => 9;
+use warnings;
+use Test::More tests => 10;
 
 BEGIN {
     use_ok 'DBIx::Class::Schema::Loader';