Subject: | Re-add C< return $self > to STORABLE_thaw |
A compaign is underway to support return of alternative objects via the STORABLE_thaw mechanism.
Between 0.73 and 0.86 at some point, the existing return $self was removed.
This should have been harmless, and will return full compatibility with the old and proposed new version, preventing accidents and unexpected situations.
Please add the
return $self;
line back to Alzabo::RunTime::Row.
Thank you