NAME
MooseY - Document the MooseY namespace
VERSION
version 0.002
SYNOPSIS
package MyClass;
use MooseY;
...
DESCRIPTION
The MooseY::*
namespace is tentatively for modules that do not simply use Moose, but are dependent on Moose in some way (i.e. it would have no meaning outside of a Moose context). This is to set the module apart from modules that provide extensions to Moose, which belong in the MooseX::*
namespace.
(This documentation is a preliminary placeholder for more information. Patches welcome!)
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-MooseY@rt.cpan.org). I am also usually active on irc, as 'ether' at irc.perl.org
.
SEE ALSO
AUTHOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENCE
This software is copyright (c) 2013 by Karen Etheridge.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.