These test scripts probably wanted BEGIN blocks,
Steve Hay [Tue, 17 Apr 2007 17:12:23 +0000 (17:12 +0000)]
not just blocks with "BEGIN:" labels.

p4raw-id: //depot/perl@30971

t/comp/multiline.t
t/op/exec.t

index 78820c4..e8b7cf4 100755 (executable)
@@ -1,6 +1,6 @@
 #!./perl
 
-BEGIN: {
+BEGIN {
     chdir 't';
     @INC = '../lib';
     require './test.pl';
index ed5b2b6..c23364b 100755 (executable)
@@ -1,6 +1,6 @@
 #!./perl
 
-BEGIN: {
+BEGIN {
     chdir 't' if -d 't';
     @INC = ('../lib');
     require './test.pl';