Dave Rolsky > Fey > Fey::Role::IsLiteral

Download:
Fey-0.34.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.34   Source  

NAME ^

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

SYNOPSIS ^

  use Moose;

  with 'Fey::Role::IsLiteral';

DESCRIPTION ^

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

AUTHOR ^

Dave Rolsky, <autarch@urth.org>

BUGS ^

See Fey for details on how to report bugs.

COPYRIGHT & LICENSE ^

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.