Skip lean_startup.t entirely on cperl for now
[dbsrgits/DBIx-Class.git] / xt / extra / lean_startup.t
index df4d898..67a9b26 100644 (file)
@@ -88,6 +88,9 @@ BEGIN {
   plan skip_all => 'Dependency load patterns are radically different before perl 5.10'
     if "$]" < 5.010;
 
+  plan skip_all => 'Dependency load patterns may be different on cperl - skip for now'
+    if $^V =~ /\d+c$/;
+
   # these envvars *will* bring in more stuff than the baseline
   delete @ENV{qw(
     DBIC_TRACE