summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-02-19 19:19:44 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-02-19 19:19:44 +0000
commit5f0998add1405701b9b5e21bf3301b07fe604d05 (patch)
tree6bd94c40584081378d38672f1336ea27e0d9a019 /cpan
parentee4100264c6676c0eb49aa948c2778c1c6db51cc (diff)
downloadperl-5f0998add1405701b9b5e21bf3301b07fe604d05.tar.gz
Skip ppm.t in Module::Build if running under PERL_CORE.
From #p5p [17:54] <@Steffen> avar, is blead passing the M::B ppm.t test again? [17:54] <@Steffen> Asking because of the release. [17:55] * avar checks <snip> [18:19] <@avar> xdg: zomg plz fix it wtf bbq [18:19] <@avar> :) <snip> [19:07] <@xdg> avar, nopaste the failure and I'll look at it tonight. Worst case, just rm ppm.t -- it's not critical and it's a finicky test. (Passes for me.) [19:07] * xdg nap & [19:09] <@avar> willdo later when I get home, unless someone beats me to it *hint*
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Module-Build/t/ppm.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpan/Module-Build/t/ppm.t b/cpan/Module-Build/t/ppm.t
index 9de28ec4f3..d4b9697c1e 100644
--- a/cpan/Module-Build/t/ppm.t
+++ b/cpan/Module-Build/t/ppm.t
@@ -5,6 +5,8 @@ use lib 't/lib';
use MBTest;
use Config;
+plan skip_all => 'Currently broken in core' if $ENV{PERL_CORE};
+
blib_load('Module::Build');
blib_load('Module::Build::ConfigData');
my $PPM_support = Module::Build::ConfigData->feature('PPM_support');