NAME
Fey::Role::SQL::Cloneable - Adds a just-deep-enough clone() method to SQL objects
SYNOPSIS
use Moose;
with 'Fey::Role::SQL::Cloneable';
DESCRIPTION
Classes which do this role have a clone()
method which does a just-deep-enough clone of the object.
METHODS
This role provides the following methods:
$query->clone()
Returns a new object which is a clone of the original.
AUTHOR
Dave Rolsky, <autarch@urth.org>
BUGS
See Fey for details on how to report bugs.
COPYRIGHT & LICENSE
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.