MetaCPAN::Client::Module - A Module data object
my $module = MetaCPAN::Client->new->module('Moo');
A MetaCPAN module entity object.
This is currently the exact same as MetaCPAN::Client::File.
Whatever MetaCPAN::Client::File has.
Returns a link to the module page on MetaCPAN.
Returns an MetaCPAN::Client::Package object for the module.
Returns an MetaCPAN::Client::Permission object for the module.
- Sawyer X <xsawyerx@cpan.org>
- Mickey Nasriachi <mickey@cpan.org>
This software is copyright (c) 2016 by Sawyer X.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.