Dave Rolsky > Fey > Fey::Role::Comparable

Download:
Fey-0.34.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.34   Source  

NAME ^

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

SYNOPSIS ^

  use Moose;

  with 'Fey::Role::Comparable';

DESCRIPTION ^

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

METHODS ^

This role provides the following methods:

$object->is_comparable()

Returns true.

AUTHOR ^

Dave Rolsky, <autarch@urth.org>

BUGS ^

See Fey for details on how to report bugs.

COPYRIGHT & LICENSE ^

Copyright 2006-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.