projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8d54590
)
Fix a syntax error in test
Rafael Garcia-Suarez [Tue, 23 May 2006 07:20:15 +0000 (07:20 +0000)]
p4raw-id: //depot/perl@28287
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
d4dfa71
..
a8268a7
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}
+diag( "Testing Text::Balanced $Text::Balanced::VERSION" )
+ unless $ENV{PERL_CORE};
}