From: Rafael Garcia-Suarez Date: Tue, 13 Apr 2010 09:45:11 +0000 (+0200) Subject: Fix test comment (noticed by Alex Vandiver) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ee5986a7dc841b9a864466ba4d2bb9b6dd98ccc;p=p5sagit%2Fp5-mst-13.2.git Fix test comment (noticed by Alex Vandiver) --- diff --git a/t/lib/strict/refs b/t/lib/strict/refs index ada170e..36b36f1 100644 --- 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 definedlssertion failed: (SvTYPE(_svcur) >= SVt_PV), function Perl_softref2xv, file pp.c, line 240. +# [perl #74168] Assertion failed: (SvTYPE(_svcur) >= SVt_PV), function Perl_softref2xv, file pp.c, line 240. use strict 'refs'; my $o = 1 ; $o->{1} ; EXPECT