Fix a syntax error in test
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 23 May 2006 07:20:15 +0000 (07:20 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 23 May 2006 07:20:15 +0000 (07:20 +0000)
p4raw-id: //depot/perl@28287

lib/Text/Balanced/t/00-load.t

index d4dfa71..a8268a7 100755 (executable)
@@ -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};
 }