Dave Rolsky > Fey > Fey::Role::Named

Download:
Fey-0.34.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.34   Source  

NAME ^

Fey::Role::Named - A role for things with a name

SYNOPSIS ^

  use Moose;

  with 'Fey::Role::Named';

DESCRIPTION ^

This role has no methods or attributes of its own, it simply requires that the consuming class provide a name() method.

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.