A proof of the dangers of package; ?
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 10 Jul 2001 15:21:26 +0000 (15:21 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 10 Jul 2001 15:21:26 +0000 (15:21 +0000)
p4raw-id: //depot/perl@11262

t/lib/warnings/op

index d3a2d54..2018596 100644 (file)
@@ -969,3 +969,5 @@ no warnings 'deprecated' ;
 package;
 EXPECT
 Use of "package" with no arguments is deprecated at - line 3.
+Global symbol "BEGIN" requires explicit package name at - line 4.
+BEGIN not safe after errors--compilation aborted at - line 4.