ZOMG use strict and warnings in tests
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / version_handlers / db_schema_versions.t
index 7a5e62a..0bc25ad 100644 (file)
@@ -1,11 +1,12 @@
 #!perl
 
+use strict;
+use warnings;
+
 use Test::More;
 use Test::Exception;
 
 use lib 't/lib';
-use DBICDHTest;
-use DBICTest;
 use aliased
   'DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions';