
Fey::Role::SQL::Cloneable - Adds a just-deep-enough clone() method to SQL objects

version 0.40

use Moose; with 'Fey::Role::SQL::Cloneable';

Classes which do this role have a clone() method which does a just-deep-enough clone of the object.

This role provides the following methods:
Returns a new object which is a clone of the original.

See Fey for details on how to report bugs.

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)