Add author test for whitespace errors and make whitespace more consistent
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / backcompat / 0.04006 / 14ora_common.t
index edf1d9a..762d25a 100644 (file)
@@ -2,6 +2,7 @@ use DBIx::Class::Schema::Loader::Optional::Dependencies
     -skip_all_without => qw(test_backcompat test_rdbms_oracle);
 
 use strict;
+use warnings;
 use lib qw(t/backcompat/0.04006/lib);
 use dbixcsl_common_tests;
 use Test::More;
@@ -17,7 +18,7 @@ dbixcsl_common_tests->new(
         my ($table, $col) = @_;
         return (
             qq{ CREATE SEQUENCE ${table}_${col}_seq START WITH 1 INCREMENT BY 1},
-            qq{ 
+            qq{
                 CREATE OR REPLACE TRIGGER ${table}_${col}_trigger
                 BEFORE INSERT ON ${table}
                 FOR EACH ROW