Acme::Curse - Remove the blessing that lay on references


Acme-Curse documentation  | view source Contained in the Acme-Curse distribution.

Index


NAME

Top

Acme::Curse - Remove the blessing that lay on references

SYNOPSIS

Top

    use Acme::Curse qw(curse);

    my $unblessed_ref = curse($object);

DESCRIPTION

Top

Did you ever want to droo the blessing of an object? Well, now you can: Acme::Curse unblesses reference by returning a shallow, non-blessed copy of the object.

Currently only references to scalar, hashes, arrays and code objects can be unblessed.

Exported subs:

curse

Unblesses a reference to an object.

BUGS

Top

None known, but surely there are many.

AUTHOR

Top

Moritz Lenz, http://perlgeek.de/, http://perl-6.de/

LICENSE AND COPYRIGHT

Top


Acme-Curse documentation  | view source Contained in the Acme-Curse distribution.