1MetaCPAN::Client::ModulUes(e3r)Contributed Perl DocumentMaettiaoCnPAN::Client::Module(3)
2
3
4
6 MetaCPAN::Client::Module - A Module data object
7
9 version 2.029000
10
12 my $module = MetaCPAN::Client->new->module('Moo');
13
15 A MetaCPAN module entity object.
16
17 This is currently the exact same as MetaCPAN::Client::File.
18
20 Whatever MetaCPAN::Client::File has.
21
23 metacpan_url
24 Returns a link to the module page on MetaCPAN.
25
26 package
27 Returns an MetaCPAN::Client::Package object for the module.
28
29 permission
30 Returns an MetaCPAN::Client::Permission object for the module.
31
33 • Sawyer X <xsawyerx@cpan.org>
34
35 • Mickey Nasriachi <mickey@cpan.org>
36
38 This software is copyright (c) 2016 by Sawyer X.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.34.0 2021-07-22 MetaCPAN::Client::Module(3)