1MODULES-USED(1)       User Contributed Perl Documentation      MODULES-USED(1)
2
3
4

NAME

6       modules-used - List modules used by a set of Perl source files without
7       running them.
8

VERSION

10       This document describes modules-used version 1.3.0.
11

USAGE

13           modules-used source-file [...]
14

DESCRIPTION

16       Dumps a list of modules used by some Perl code.  Modules are found
17       statically based upon "use" and "require" statements.  If use of the
18       base or parent is found, both that module and the referenced ones will
19       be emitted.
20
21       Dynamically loaded modules will not be found.
22

REQUIRED ARGUMENTS

24       X source-file [...]
25           A list of files to search.
26

OPTIONS

28       None.
29

DIAGNOSTICS

31       Could not find module "%s" in @INC.
32           Cannot find the location of the named module.  Note that this
33           program will not find any dynamically loaded modules.
34
35       "%s" does not exist.
36           Cannot find the file.
37
38       "%s" is not readable.
39           Cannot read the file.
40
41       "%s" is a directory.
42           The "file" was actually a directory.
43
44       Could not parse "%s".
45           PPI could not interpret the file as a Perl document.
46

CONFIGURATION AND ENVIRONMENT

48       None.
49

DEPENDENCIES

51       Module::Used
52

INCOMPATIBILITIES

54       None known.
55

BUGS AND LIMITATIONS

57       None reported.
58
59       Please report any bugs or feature requests to
60       "bug-module-used@rt.cpan.org", or through the web interface at
61       <http://rt.cpan.org>.
62

SEE ALSO

64       Devel::Loaded Module::Extract::Namespaces Module::ScanDeps
65       Module::PrintUsed
66

AUTHOR

68       Elliot Shank "<perl@galumph.com>"
69
71       Copyright X2008-2012, Elliot Shank "<perl@galumph.com>".
72
73       This module is free software; you can redistribute it and/or modify it
74       under the same terms as Perl itself. See perlartistic.
75

DISCLAIMER OF WARRANTY

77       BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
78       FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
79       WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
80       PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
81       EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
82       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
83       ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
84       YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
85       NECESSARY SERVICING, REPAIR, OR CORRECTION.
86
87       IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
88       WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
89       REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE
90       TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
91       CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
92       SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
93       RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
94       FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
95       SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
96       DAMAGES.
97
98
99
100perl v5.34.0                      2022-01-21                   MODULES-USED(1)
Impressum