Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Locale CPAN distribution.

Report information
The Basics
Id: 11779
Status: resolved
Priority: 0/
Queue: DateTime-Locale

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.21
Fixed in: 0.22



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.