Bug#677588: perl: Storing shared_clone with overload in shared_clone strips off overload

2012-06-15 Thread James McCoy
tag 677588 fixed-upstream thanks On Thu, Jun 14, 2012 at 11:52:03PM -0400, James McCoy wrote: The attached script demonstrates the problem through a series of tests. Basically, after my $arr = shared_clone([$objWithOverloads]); my $obj = $arr-[0]; $obj no longer behaves the same as

Bug#677588: perl: Storing shared_clone with overload in shared_clone strips off overload

2012-06-14 Thread James McCoy
Package: perl Version: 5.14.2-11 Severity: normal Tags: upstream The attached script demonstrates the problem through a series of tests. Basically, after my $arr = shared_clone([$objWithOverloads]); my $obj = $arr-[0]; $obj no longer behaves the same as $objWithOverloads. Any of the