Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / ComputedColumn.pm
index 6832b3e..961b5fc 100644 (file)
@@ -1,8 +1,11 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     DBICTest::Schema::ComputedColumn;
 
 # for sybase and mssql computed column tests
 
+use warnings;
+use strict;
+
 use base qw/DBICTest::BaseResult/;
 
 __PACKAGE__->table('computed_column_test');