Class::Cloneable 0.03 review

Download
by rbytes.net on

Class::Cloneable is a base class for Cloneable objects. SYNOPSIS package MyObject; our @ISA = ('Class::Cloneable'); #

License: Perl Artistic License
File size: 7K
Developer: Stevan Little
0 stars award from rbytes.net

Class::Cloneable is a base class for Cloneable objects.

SYNOPSIS

package MyObject;
our @ISA = ('Class::Cloneable');

# calling clone on an instance of MyObject
# will give you full deep-cloning functionality

This module provides a flexible base class for building objects with cloning capabilities. This module does it's best to respect the encapsulation of all other objects, including subclasses of itself. This is intended to be a stricter and more OO-ish option than the more general purpose Clone and Clone::PP modules.

Requirements:
Perl

Class::Cloneable 0.03 search tags