From: Steve Peters Date: Mon, 22 May 2006 13:46:30 +0000 (+0000) Subject: Silence Text::Balanced's 00-load.t when PERL_CORE is defined. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc8f638738195a8f1d6774aa5a9874607346c798;p=p5sagit%2Fp5-mst-13.2.git Silence Text::Balanced's 00-load.t when PERL_CORE is defined. p4raw-id: //depot/perl@28270 --- diff --git a/lib/Text/Balanced/t/00-load.t b/lib/Text/Balanced/t/00-load.t index 79bc6f0..d4dfa71 100755 --- a/lib/Text/Balanced/t/00-load.t +++ b/lib/Text/Balanced/t/00-load.t @@ -2,6 +2,6 @@ use Test::More tests => 1; BEGIN { use_ok( 'Text::Balanced' ); -} - diag( "Testing Text::Balanced $Text::Balanced::VERSION" ); + unless $ENV{PERL_CORE} +}