1SCAN-PERL-PREREQS(1)  User Contributed Perl Documentation SCAN-PERL-PREREQS(1)
2
3
4

NAME

6       Perl::PrereqScanner::App - scan your working dir for likely prereqs
7

VERSION

9       version 1.024
10

SYNOPSIS

12           scan-perl-prereqs [--by-file] [--pretty] [DIRS | FILES]
13
14       Directories are traversed with File::Find to collect all ".pl", ".pm",
15       ".psgi" and ".t" files. If no directories or files are specified, the
16       current working directory is scanned.
17
18       The default is to print a single combined list suitable for piping to
19       "cpanm" or similar tools.
20
21       The "--by-file" switch will print results grouped by the files in which
22       they were found.
23
24       The "--pretty" swith will print results in a more human-friendly
25       format, with names and versions vertically aligned.
26

PERL VERSION

28       This library should run on perls released even a long time ago.  It
29       should work on any version of perl released in the last five years.
30
31       Although it may work on older versions of perl, no guarantee is made
32       that the minimum required version will not be increased.  The version
33       may be increased for any reason, and there is no promise that patches
34       will be accepted to lower the minimum required perl.
35

AUTHORS

37       •   Jerome Quelin
38
39       •   Ricardo Signes <rjbs@semiotic.systems>
40
42       This software is copyright (c) 2009 by Jerome Quelin.
43
44       This is free software; you can redistribute it and/or modify it under
45       the same terms as the Perl 5 programming language system itself.
46
47
48
49perl v5.34.0                      2021-07-22              SCAN-PERL-PREREQS(1)
Impressum