diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-05-22 13:46:30 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-05-22 13:46:30 +0000 |
commit | dc8f638738195a8f1d6774aa5a9874607346c798 (patch) | |
tree | 4574e9e6f3658686c42003cc26007f05f18cc544 /lib/Text | |
parent | 3b9684085592577dd99b830454d34a064ea9e830 (diff) | |
download | perl-dc8f638738195a8f1d6774aa5a9874607346c798.tar.gz |
Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
p4raw-id: //depot/perl@28270
Diffstat (limited to 'lib/Text')
-rwxr-xr-x | lib/Text/Balanced/t/00-load.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Text/Balanced/t/00-load.t b/lib/Text/Balanced/t/00-load.t index 79bc6f06a6..d4dfa719e7 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} +} |