MetaCPAN::Client::Module - A Module data object
version 2.030000
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.
To install MetaCPAN::Client, copy and paste the appropriate command in to your terminal.
cpanm
cpanm MetaCPAN::Client
CPAN shell
perl -MCPAN -e shell install MetaCPAN::Client
For more information on module installation, please visit the detailed CPAN module installation guide.