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

NAME

Statocles::Class - Base module for all Statocles classes

VERSION

version 0.002

SYNOPSIS

    package MyClass;
    use Statocles::Class;

DESCRIPTION

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

In addition to all the imports from Statocles::Base, this module imports:

Moo::Lax

Moo without strictures.

MooX::Types::MooseLike::Base

To get all the Moose-y type constraints.

SEE ALSO

Statocles::Base

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.