Skip Menu |

This queue is for tickets about the Acme-Damn CPAN distribution.

Report information
The Basics
Id: 74899
Status: resolved
Priority: 0/
Queue: Acme-Damn

People
Owner: ibb [...] cpan.org
Requestors: blgl [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: bless($object,undef)
It would be nice to have an optionally importable enhanced bless function that does everything the built-in bless does and also unblesses an object when you supply an explicit undefined second argument.
Version 0.05 of Acme::Damn uploaded to CPAN with support for modified 'bless' on request. Let me know if this works as you expect. Thanks for the suggestion.
Subject: Re: [rt.cpan.org #74899] bless($object,undef)
Date: Tue, 14 Feb 2012 21:16:43 +0100
To: bug-Acme-Damn [...] rt.cpan.org
From: Bo Lindbergh <blgl [...] stacken.kth.se>
Quoth Ian Brayshaw via RT: Show quoted text
> Version 0.05 of Acme::Damn uploaded to CPAN with support for modified 'bless' on > request. Let me know if this works as you expect.
It does; thanks! Bug compatible too. The behaviour of bless($ref,"\0") is preserved. /Bo Lindbergh
Requested functionality now implemented. Feel free to reopen if needed.