projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0363f0
)
A proof of the dangers of package; ?
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 10 Jul 2001 15:21:26 +0000
(15:21 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 10 Jul 2001 15:21:26 +0000
(15:21 +0000)
p4raw-id: //depot/perl@11262
t/lib/warnings/op
patch
|
blob
|
history
diff --git
a/t/lib/warnings/op
b/t/lib/warnings/op
index
d3a2d54
..
2018596
100644
(file)
--- 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.