Subject: | Add C< return $self > to STORABLE_thaw |
A campaign is underway to alter the STORABLE_thaw interface to support returning alternative objects rather than the empty blessed reference passed in.
In anticipation of this potential change, CPAN was scanned to find all instance of STORABLE_thaw being used without returning $self..
DateTime/Locale/Base.pm was found during this search.
Please add
return $self;
as the last line in sub STORABLE_thaw. It will in no way alter the behaviour under the current behaviour, and will become compatible should the new method be implemented.