From 8ff950ac4dd6a40327ca0d02f43bd42adf4f89ec Mon Sep 17 00:00:00 2001 From: Philip Newton Date: Wed, 25 Apr 2001 18:09:23 +0200 Subject: [PATCH] Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef Message-ID: <3AE6F6B3.30503.14F6DEB@localhost> Detypo. p4raw-id: //depot/perl@9834 --- t/op/misc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/misc.t b/t/op/misc.t index 4e7d0c6..730e661 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -258,7 +258,7 @@ my @a; $a[2] = 1; for (@a) { $_ = 2 } print "@a\n" EXPECT 2 2 2 ######## -# used to attach defelem magic too all immortal values, +# used to attach defelem magic to all immortal values, # which made restore of local $_ fail. foo(2>1); sub foo { bar() for @_; } -- 2.7.4