This is Perl module MooseX::Alien.

INSTALLATION

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

% cpan MooseX::Alien

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

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

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

% perldoc MooseX::Alien

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!