Revert c9f4555e - I did not see a mistake I made in the skip-regex
Peter Rabbitson [Thu, 26 May 2016 19:21:05 +0000 (21:21 +0200)]
ribasushi-- # get your fucking act together...

xt/extra/lean_startup.t

index 67a9b26..7c5df0a 100644 (file)
@@ -43,7 +43,7 @@ BEGIN {
     # Some modules have a bare 'use $perl_version' as the first statement
     # Since the use() happens before 'package' had a chance to switch
     # the namespace, the shim thinks DBIC* tried to require this
-    return $res if $req =~ /^v?[0-9.]$/;
+    return $res if $req =~ /^v?[0-9.]+$/;
 
     # exclude everything where the current namespace does not match the called function
     # (this works around very weird XS-induced require callstack corruption)
@@ -88,9 +88,6 @@ 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