From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 26 May 2016 11:51:57 +0000 (+0200)
Subject: Skip lean_startup.t entirely on cperl for now
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9f4555e1f3716a055ecec41c39369a66f66b38b;p=dbsrgits%2FDBIx-Class.git

Skip lean_startup.t entirely on cperl for now
---

diff --git a/xt/extra/lean_startup.t b/xt/extra/lean_startup.t
index df4d898..67a9b26 100644
--- a/xt/extra/lean_startup.t
+++ b/xt/extra/lean_startup.t
@@ -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