Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / ComputedColumn.pm
index d47129c..961b5fc 100644 (file)
@@ -3,6 +3,9 @@ package # hide from PAUSE
 
 # for sybase and mssql computed column tests
 
+use warnings;
+use strict;
+
 use base qw/DBICTest::BaseResult/;
 
 __PACKAGE__->table('computed_column_test');