Avoid infinite loop if save point does not exist
[dbsrgits/DBIx-Class-Historic.git] / t / cdbi / 12-filter.t
index 928bc70..f39b848 100644 (file)
@@ -1,4 +1,9 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat';
+
 use strict;
+use warnings;
+
 use Test::More;
 
 use lib 't/cdbi/testlib';