This is Perl module MooseX::Role::Restricted.

INSTALLATION

MooseX::Role::Restricted installation is straightforward. If your CPAN shell is set up, you should just be able to do

% cpan MooseX::Role::Restricted

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

MooseX::Role::Restricted documentation is available as in POD. So you can do:

% perldoc MooseX::Role::Restricted

to read the documentation online with your favorite pager.

COPYRIGHT

Copyright (C) 2009 Graham Barr

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

Share and Enjoy!