Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

MooX::Role - Using Moo::Role and MooX:: packages the most lazy way

VERSION

version 0.101

SYNOPSIS

package MyRole;
use MooX::Role qw(
Options
);
# use Moo::Role;
# use MooX::Options;

DESCRIPTION

Exactly the same behaviour as MooX, but instead importing Moo, it imports Moo::Role.

SEE ALSO

Role::Tiny

SUPPORT

Repository

Pull request and additional contributors are welcome

Issue Tracker

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Torsten Raudssus.

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