projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b96840
)
Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
Steve Peters [Mon, 22 May 2006 13:46:30 +0000 (13:46 +0000)]
p4raw-id: //depot/perl@28270
lib/Text/Balanced/t/00-load.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Balanced/t/00-load.t
b/lib/Text/Balanced/t/00-load.t
index
79bc6f0
..
d4dfa71
100755
(executable)
--- 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}
+}