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

version 0.40

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

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

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)