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

NAME

Fey::Role::Orderable - A role for things that can be part of a ORDER BY clause

SYNOPSIS

  use MooseX::StrictConstructor;

  with 'Fey::Role::Orderable';

DESCRIPTION

Classes which do this role represent an object which can be part of a ORDER BY clause.

METHODS

This role provides the following methods:

$object->is_orderable()

Returns true.

AUTHOR

Dave Rolsky, <autarch@urth.org>

BUGS

See Fey for details on how to report bugs.

COPYRIGHT & LICENSE

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