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

NAME

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

VERSION

version 0.39

SYNOPSIS

  use Moose;

  with 'Fey::Role::IsLiteral';

DESCRIPTION

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

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 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)