MetaCPAN::Client::Module - A Module data object
Contents
Attributes
Whatever MetaCPAN::Client::File has.
Copyright And License
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.
perl v5.40.0 2024-12-07 MetaCPAN::Client::Module(3pm)
Description
A MetaCPAN module entity object.
This is currently the exact same as MetaCPAN::Client::File.
Methods
metacpan_url
Returns a link to the module page on MetaCPAN.
package
Returns an MetaCPAN::Client::Package object for the module.
permission
Returns an MetaCPAN::Client::Permission object for the module.
Name
MetaCPAN::Client::Module - A Module data object
Synopsis
my $module = MetaCPAN::Client->new->module('Moo');
Version
version 2.033000
