Fey::Role::IsLiteral - A role for things that are literals


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

Fey::Role::IsLiteral - A role for things that are literals

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

  with 'Fey::Role::IsLiteral';

DESCRIPTION

Top

This role provides an id() method that simply calls $object->sql('Fey::FakeDBI').

BUGS

Top

See Fey for details on how to report bugs.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey documentation  | view source Contained in the Fey distribution.