package Fey::Role::Selectable; BEGIN { $Fey::Role::Selectable::VERSION = '0.40'; } use strict; use warnings; use namespace::autoclean; use Moose::Role; sub is_selectable {1} 1; # ABSTRACT: A role for things that can go in a SELECT clause =pod =head1 NAME Fey::Role::Selectable - A role for things that can go in a SELECT clause =head1 VERSION version 0.40 =head1 SYNOPSIS use Moose; with 'Fey::Role::Selectable'; =head1 DESCRIPTION Classes which do this role represent an object which can go in a C