Skip Menu |

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

Report information
The Basics
Id: 11783
Status: resolved
Priority: 0/
Queue: Class-Declare

People
Owner: ibb [...] cpan.org
Requestors: cpan [...] ali.as
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: (no value)



Subject: Add C< return; > or C< return $self; > to STORABLE_thaw
A proposal is underway to allow the return of alternate objects in STORABLE_thaw. To remain compatible with both the old and new versions of STORABLE_thaw, you should add return; # Most like existing behaviour or return $self; to the end of STORABLE_thaw in Class/Declare.pm This will in no other way alter the behaviour of Class::Declare, as the return value of STORABLE_thaw is currently ignored.
Fixed in v0.08 (finally).