Prevent DBD::Firebird and DBD::InterBase from colliding on same DSN
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema / SelfRefAlias.pm
index ac5d442..aaf453e 100644 (file)
@@ -1,6 +1,9 @@
 package # hide from PAUSE
     DBICTest::Schema::SelfRefAlias;
 
+use warnings;
+use strict;
+
 use base qw/DBICTest::BaseResult/;
 
 __PACKAGE__->table('self_ref_alias');