Subject: | Add 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 $self;
to the end of DateTime/TimeZone.pm
This will in no other way alter the behaviour of DateTime::TimeZone, as the return value of STORABLE_thaw is currently ignored.