Dave Rolsky > Fey-0.28 > Fey::Role::SQL::Cloneable

Download:
Fey-0.28.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Source   Latest Release: Fey-0.34

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.