Fix test comment (noticed by Alex Vandiver)
Rafael Garcia-Suarez [Tue, 13 Apr 2010 09:45:11 +0000 (11:45 +0200)]
t/lib/strict/refs

index ada170e..36b36f1 100644 (file)
@@ -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