1URI::cpan::distfile(3)User Contributed Perl DocumentationURI::cpan::distfile(3)
2
3
4
6 URI::cpan::distfile - cpan:///distfile/AUTHOR/Dist-1.234.tar.gz
7
9 version 1.007
10
12 This URL refers to a file in an author directory on the CPAN, and
13 expects the format AUTHOR/DISTFILE
14
17 This returns the name of the dist, like CGI.pm or Acme-Drunk.
18
20 This returns the version of the dist, or undef if the version can't be
21 found or is the string "undef"
22
24 This returns the path to the dist file. This is the whole URL after
25 the "distfile" part.
26
28 This returns the name of the author whose file is referred to.
29
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.1 2021-01-27 URI::cpan::distfile(3)