| Fey documentation | view source | Contained in the Fey distribution. |
Fey::Role::IsLiteral - A role for things that are literals
version 0.40
use Moose; with 'Fey::Role::IsLiteral';
This role provides an id() method that simply calls $object->sql('Fey::FakeDBI').
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)
| Fey documentation | view source | Contained in the Fey distribution. |