On Thu, Feb 24, 2011 at 11:26:53AM -0800, Yitzchak Scott-Thoennes said:
> rebless to a class that has an AUTOLOAD that croaks (or confesses)?
*cough*
>From the original mail
> Other suggestions were reblessing $self into 'DEAD' and then having
>
> package DEAD;
> use Carp qw(confess);
> sub AUTOLOAD { confess "This object is dead" }
>
> 1;
:)