This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a TEMP...
authorEric Brine <ikegami@adaelis.com>
Sat, 31 Jul 2010 08:56:43 +0000 (01:56 -0700)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 13 Aug 2010 11:36:29 +0000 (13:36 +0200)
commit2154eca77956ce145743765bea9ce269e6227984
tree2fafd0f9d101cd03da45fb5d2f288b00c4eb00b9
parent0607bed5b8805b56401c29fc8c6d0f3737d5353f
Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a TEMP instead of using TARG. Made appropriate TODO tests live.
doop.c
pp.c
t/op/hash.t
t/op/pos.t
t/op/vec.t
t/re/substr.t