Class::Cloneable

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

Class::Cloneable Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stevan Little
  • Publisher web site:
  • http://search.cpan.org/~stevan/

Class::Cloneable Tags


Class::Cloneable Description

Class::Cloneable is a base class for Cloneable objects. 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 functionalityThis 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 Related Software