This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8548cb5
)
Fix test comment (noticed by Alex Vandiver)
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Tue, 13 Apr 2010 09:45:11 +0000
(11:45 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Tue, 13 Apr 2010 09:45:11 +0000
(11:45 +0200)
t/lib/strict/refs
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/strict/refs
b/t/lib/strict/refs
index
ada170e
..
36b36f1
100644
(file)
--- a/
t/lib/strict/refs
+++ b/
t/lib/strict/refs
@@
-333,7
+333,7
@@
defined(%hash) is deprecated at - line 4.
(Maybe you should just omit the defined()?)
Can't use string ("foo") as a HASH ref while "strict refs" in use at - line 4.
########
-# [perl #
37886] strict 'refs' doesn't apply inside definedl
ssertion failed: (SvTYPE(_svcur) >= SVt_PV), function Perl_softref2xv, file pp.c, line 240.
+# [perl #
74168] A
ssertion failed: (SvTYPE(_svcur) >= SVt_PV), function Perl_softref2xv, file pp.c, line 240.
use strict 'refs';
my $o = 1 ; $o->{1} ;
EXPECT