The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.37

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.

BUGS

See Fey for details on how to report bugs.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2010 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0