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

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.

Dave Rolsky, <autarch@urth.org>

See Fey for details on how to report bugs.

Copyright 2009 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.