1PERL.PROV(1)          User Contributed Perl Documentation         PERL.PROV(1)
2
3
4

NAME

6       perl.prov - list what Perl source files provide
7

SYNOPSIS

9       perl.prov [-v|--verbose] [FILE...]
10

DESCRIPTION

12       This script calculates conventional name for each Perl source file
13       specified on a command line, based on its location relative to standard
14       Perl library paths; alternatively, a list of files is obtained from
15       standard input, one file per line.  *.pm, *.pl, and *.ph files are
16       processed (*.pm files also suffer version extraction).  The output of
17       perl.prov is suitable for automatic dependency tracking (e.g.  for RPM
18       packaging).
19
20       For example, /usr/lib/perl5/i386-linux/DB_File.pm provides
21       "perl(DB_File.pm) = 1.810" (as of perl-5.8.6).
22
23       perl.prov is a counterpart of perl.req.
24

OPTIONS

26       -v, --verbose
27           Increase verbosity.
28
29       The RPM_PERL_LIB_PATH environment variable, if set, must contain the
30       list of paths, separated by colons. These paths are considered as
31       library paths used to determine relative names of provided perl files
32       (in addition to paths from @INC variable).
33

AUTHOR

35       Written by Alexey Tourbin <at@altlinux.org>, based on an earlier
36       version by Ken Estes <kestes@staff.mail.com>, with contributions from
37       Mikhail Zabaluev <mhz@altlinux.org>.
38

COPYING

40       Copyright (c) 2003, 2004, 2006, 2007, 2008 Alexey Tourbin, ALT Linux
41       Team.
42
43       This is free software; you can redistribute it and/or modify it under
44       the terms of the GNU Library General Public License as published by the
45       Free Software Foundation; either version 2 of the License, or (at your
46       option) any later version.
47

SEE ALSO

49       perl.req
50
51
52
53perl v5.30.0                      2019-07-26                      PERL.PROV(1)
Impressum