From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 10 Jul 2001 15:21:26 +0000 (+0000)
Subject: A proof of the dangers of package; ?
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41f494d50c746b98d2d03df6bc02ffcaad9938ec;p=p5sagit%2Fp5-mst-13.2.git

A proof of the dangers of package; ?

p4raw-id: //depot/perl@11262
---

diff --git a/t/lib/warnings/op b/t/lib/warnings/op
index d3a2d54..2018596 100644
--- a/t/lib/warnings/op
+++ b/t/lib/warnings/op
@@ -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.