Acme-Class-Std
view release on metacpan or search on metacpan
=head1 NAME
Acme::Class::Std - "Enhances" Class::Std;
=head1 SYNOPSIS
package Jugarum;
use Acme::Class::Std;
package main;
my $obj = Jugarum->new; # Can't accidentally be serialised.
=head1 DESCRIPTION
Class::Std's inside out objects are wonderful, but all the common
serialisation packages assume that because they can see inside them, they
can successfully serialise your object. Wrong! Because all they serialise
is the ID, you may suffer data loss without realising.
Acme::Class::Std shows those pesky serialise modules just who is boss. They
can go peeking and prodding, but they will get their fingers burnt:
( run in 1.601 second using v1.01-cache-2.11-cpan-de7293f3b23 )