[perl #97980] Stop tied() from returning a copy
authorFather Chrysostomos <sprout@cpan.org>
Sun, 27 Nov 2011 02:17:45 +0000 (18:17 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 27 Nov 2011 03:43:32 +0000 (19:43 -0800)
commitdc456155af24d5c772439d33c322bd72cb0fcdfe
tree9e5df9c1ec384c281da2522619d6d4cdcbf1bff9
parent98be996420b2ebfac029a00d114efce509421622
[perl #97980] Stop tied() from returning a copy

Now tied() returns the actual scalar used to hold the tie object,
so one can write weaken(tied $foo).
pp_sys.c
t/op/tie.t