1MetaCPAN::API::Source(3U)ser Contributed Perl DocumentatiMoentaCPAN::API::Source(3)
2
3
4

NAME

6       MetaCPAN::API::Source - Source information for MetaCPAN::API
7

VERSION

9       version 0.51
10

DESCRIPTION

12       This role provides MetaCPAN::API with fetching of source files.
13

METHODS

15   source
16           my $source = $mcpan->source(
17               author  => 'DOY',
18               release => 'Moose-2.0201',
19               path    => 'lib/Moose.pm',
20           );
21
22       Searches MetaCPAN for a module or a specific release and returns the
23       plain source.
24

AUTHOR

26         Renee Baecker <module@renee-baecker.de>
27
29       This software is copyright (c) 2011 by Renee Baecker.
30
31       This is free software; you can redistribute it and/or modify it under
32       the same terms as the Perl 5 programming language system itself.
33

AUTHOR

35       Sawyer X <xsawyerx@cpan.org>
36
38       This software is copyright (c) 2011 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.36.0                      2022-07-22          MetaCPAN::API::Source(3)
Impressum