The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Statocles::Role - Base module for all Statocles roles

VERSION

version 0.004

SYNOPSIS

    package MyRole;
    use Statocles::Role;

DESCRIPTION

This is the base module that all Statocles roles should use.

In addition to all the imports from Statocles::Class (except Moo::Lax), this module imports:

Moo::Role::Lax

Turns the module into a Role.

SEE ALSO

Statocles::Class

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.