1URI::cpan::distfile(3)User Contributed Perl DocumentationURI::cpan::distfile(3)
2
3
4

NAME

6       URI::cpan::distfile - cpan:///distfile/AUTHOR/Dist-1.234.tar.gz
7

VERSION

9       version 1.007
10

SYNOPSIS

12       This URL refers to a file in an author directory on the CPAN, and
13       expects the format AUTHOR/DISTFILE
14

METHODS

dist_name

17       This returns the name of the dist, like CGI.pm or Acme-Drunk.
18

dist_version

20       This returns the version of the dist, or undef if the version can't be
21       found or is the string "undef"
22

dist_filepath

24       This returns the path to the dist file.  This is the whole URL after
25       the "distfile" part.
26

author

28       This returns the name of the author whose file is referred to.
29

AUTHOR

31       Ricardo SIGNES <rjbs@cpan.org>
32
34       This software is copyright (c) 2009 by Ricardo SIGNES.
35
36       This is free software; you can redistribute it and/or modify it under
37       the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.32.0                      2020-09-15            URI::cpan::distfile(3)
Impressum