Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / SyntaxErrorComponent3.pm
index 34f3c3f..b68f691 100644 (file)
@@ -1,5 +1,6 @@
 package DBICErrorTest::SyntaxError;
 
 use strict;
+use warnings;
 
 I'm a syntax error!