1MetaCPAN::Client::PackaUgsee(r3)Contributed Perl DocumenMteattaiCoPnAN::Client::Package(3)
2
3
4
6 MetaCPAN::Client::Package - A package data object (02packages.details
7 entry)
8
10 version 2.030000
11
13 my $package = $mcpan->package('MooseX::Types');
14
16 A MetaCPAN package (02packages.details) entity object.
17
19 module_name
20 Returns the name of the module.
21
22 file
23 The file path in CPAN for the module (latest release)
24
25 distribution
26 The distribution in which the module exist
27
28 version
29 The (latest) version of the module
30
31 dist_version
32 The (latest) version of the distribution
33
34 author
35 The pauseid of the release author
36
38 • Sawyer X <xsawyerx@cpan.org>
39
40 • Mickey Nasriachi <mickey@cpan.org>
41
43 This software is copyright (c) 2016 by Sawyer X.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.38.0 2023-07-20 MetaCPAN::Client::Package(3)