Add is_exception check to the result of exception_action (inspired by GHPR#15)
[dbsrgits/DBIx-Class.git] / t / cdbi / 21-iterator.t
index d4f397e..14a1b30 100644 (file)
@@ -1,4 +1,8 @@
+use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat';
+
 use strict;
+use warnings;
+
 use Test::More;
 
 use lib 't/cdbi/testlib';