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

use MooseX::StrictConstructor; with 'Fey::Role::Groupable';

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

This role provides the following methods:
Returns true.

Dave Rolsky, <autarch@urth.org>

See Fey for details on how to report bugs.

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.