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.023
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

AUTHORS

28       ·   Jerome Quelin
29
30       ·   Ricardo Signes <rjbs@cpan.org>
31
33       This software is copyright (c) 2009 by Jerome Quelin.
34
35       This is free software; you can redistribute it and/or modify it under
36       the same terms as the Perl 5 programming language system itself.
37
38
39
40perl v5.30.1                      2020-01-30              SCAN-PERL-PREREQS(1)
Impressum