NAME
Fey::Role::Named - A role for things with a name
VERSION
version 0.41
SYNOPSIS
use Moose 0.90;
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.
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 - 2015 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)