Fey::Role::Comparable - A role for things that can be part of a WHERE clause


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

Fey::Role::Comparable - A role for things that can be part of a WHERE clause

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

  with 'Fey::Role::Comparable';

DESCRIPTION

Top

Classes which do this role represent an object which can be compared to a column in a WHERE clause.

METHODS

Top

This role provides the following methods:

$object->is_comparable()

Returns true.

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.