Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 23dumpmore.t
index 9490b2f..15b668e 100644 (file)
@@ -15,7 +15,7 @@ $t->dump_test(
   classname => 'DBICTest::Schema::_no_skip_load_external',
   regexes => {
     Foo => [
-      qr/package DBICTest::Schema::_no_skip_load_external::Foo;\nour \$skip_me = "bad mojo";\n1;/
+      qr/package DBICTest::Schema::_no_skip_load_external::Foo;.*\nour \$skip_me = "bad mojo";\n1;/s
     ],
   },
 );
@@ -28,7 +28,7 @@ $t->dump_test(
   },
   neg_regexes => {
     Foo => [
-      qr/package DBICTest::Schema::_skip_load_external::Foo;\nour \$skip_me = "bad mojo";\n1;/
+      qr/package DBICTest::Schema::_skip_load_external::Foo;.*\nour \$skip_me = "bad mojo";\n1;/s
     ],
   },
 );