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


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

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

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

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

DESCRIPTION

Top

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

METHODS

Top

This role provides the following methods:

$query->clone()

Returns a new object which is a clone of the original.

BUGS

Top

See Fey for details on how to report bugs.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey documentation  | view source Contained in the Fey distribution.