NAME
Fey::Role::TableLike - A role for things that are like a table
SYNOPSIS
use Moose;
with 'Fey::Role::TableLike';
DESCRIPTION
This role has no methods or attributes of its own. It does consume the Fey::Role::Joinable role.
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.