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

  http://github.com/Getty/p5-moox
  Pull request and additional contributors are welcome

Issue Tracker

  http://github.com/Getty/p5-moox/issues

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.