There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Class::Persist::Tracker - Keep track of all objects

SYNOPSIS

$tracker = Class::Persist::Tracker->new();
$tracker->object( $object );
$tracker->store();
print $tracker->class();
$tracker = Class::Persist::Tracker->load($oid);
$obj = $tracker->object();

DESCRIPTION

Store Tracker Tracker keep track of the class and oid of all object, thus allowing to load an object based on its oid only.

INHERITANCE

Class::Persist

METHODS

object( $obj )

SEE ALSO

Class::Persist

AUTHOR

Fotango