1MetaCPAN::API::Module(3U)ser Contributed Perl DocumentatiMoentaCPAN::API::Module(3)
2
3
4
6 MetaCPAN::API::Module - Module information for MetaCPAN::API
7
9 version 0.51
10
12 This role provides MetaCPAN::API with fetching information about
13 modules.
14
15 More specifically, this returns the ".pm" file of that module.
16
18 module
19 my $result = $mcpan->module('MetaCPAN::API');
20
21 Searches MetaCPAN and returns a module's ".pm" file.
22
23 file
24 This used to be a synonym of "module", but the functionality has now
25 moved to MetaCPAN::API::File.
26
28 Sawyer X <xsawyerx@cpan.org>
29
31 This software is copyright (c) 2011 by Sawyer X.
32
33 This is free software; you can redistribute it and/or modify it under
34 the same terms as the Perl 5 programming language system itself.
35
36
37
38perl v5.38.0 2023-07-20 MetaCPAN::API::Module(3)