1MooX::Role(3)         User Contributed Perl Documentation        MooX::Role(3)
2
3
4

NAME

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

VERSION

9       version 0.101
10

SYNOPSIS

12         package MyRole;
13
14         use MooX::Role qw(
15           Options
16         );
17
18         # use Moo::Role;
19         # use MooX::Options;
20

DESCRIPTION

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

SEE ALSO

26   Role::Tiny

SUPPORT

28       Repository
29
30         http://github.com/Getty/p5-moox
31         Pull request and additional contributors are welcome
32
33       Issue Tracker
34
35         http://github.com/Getty/p5-moox/issues
36

AUTHOR

38       Torsten Raudssus <torsten@raudss.us>
39
41       This software is copyright (c) 2012 by Torsten Raudssus.
42
43       This is free software; you can redistribute it and/or modify it under
44       the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.32.0                      2020-07-28                     MooX::Role(3)
Impressum