Skipping this unless we have Clone
J. Shirley [Wed, 23 Jul 2008 22:03:08 +0000 (22:03 +0000)]
t/68inflate_has_a.t

index 296aae0..9dc1661 100644 (file)
@@ -10,6 +10,9 @@ my $schema = DBICTest->init_schema();
 eval { require DateTime };
 plan skip_all => "Need DateTime for inflation tests" if $@;
 
+eval { require Clone };
+plan skip_all => "Need Clone for CDBICompat inflation tests" if $@;
+
 plan tests => 6;
 
 DBICTest::Schema::CD->load_components(qw/CDBICompat::Relationships/);