Skip Menu |

This queue is for tickets about the Class-MOP CPAN distribution.

Report information
The Basics
Id: 27329
Status: resolved
Priority: 0/
Queue: Class-MOP

People
Owner: stevan.little [...] gmail.com
Requestors: j.-c.zeus [...] web.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.37
Fixed in: (no value)



Subject: Class::MOP::Class::clone_object
$obj->{foo} = 'bar'; $clone1 = $obj->meta->clone_object( $obj, foo => 'xyzzy'); # $clone1->{foo} is 'xyzzy', as expected $clone2 = $obj->meta->clone_object( $obj, foo => undef ); # $clone2->{foo} is still 'bar'!
This bug is fixed and will be in the next release (0.38) coming soon. - Stevan