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

NAME

Fey::Role::Selectable - A role for things that can go in a SELECT clause

VERSION

version 0.43

SYNOPSIS

  use Moose 2.1200;

  with 'Fey::Role::Selectable';

DESCRIPTION

Classes which do this role represent an object which can go in a SELECT clause.

METHODS

This role provides the following methods:

$object->is_selectable()

Returns true.

BUGS

See Fey for details on how to report bugs.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 - 2015 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)