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

version 0.40

use Moose; with 'Fey::Role::Joinable';

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

This role provides the following methods:
Returns true.

See Fey for details on how to report bugs.

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)