Skip Menu |

This queue is for tickets about the URI CPAN distribution.

Report information
The Basics
Id: 11782
Status: rejected
Priority: 0/
Queue: URI

People
Owner: Nobody in particular
Requestors: cpan [...] ali.as
Cc:
AdminCc:

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



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 STORABLE_thaw in URI.pm This will in no other way alter the behaviour of URI, as the return value of STORABLE_thaw is currently ignored.
This proposal has since morphed to use an alternative method instead of changing the behaviour of _thaw. You can resolve NOTABUG this ticket. [ADAMK - Mon Mar 7 00:14:35 2005]: Show quoted text
> 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 STORABLE_thaw in URI.pm > > This will in no other way alter the behaviour of URI, as the return > value of STORABLE_thaw is currently ignored.