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

use Moose; with 'Fey::Role::IsLiteral';

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

Dave Rolsky, <autarch@urth.org>

See Fey for details on how to report bugs.

Copyright 2006-2009 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.