1SCAN_PREREQS(1) User Contributed Perl Documentation SCAN_PREREQS(1)
2
3
4
6 Perl::PrereqScanner::App - scan your working dir for likely prereqs
7
9 version 1.023
10
12 scan_prereqs [--combine] [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
19 • Jerome Quelin
20
21 • Ricardo Signes <rjbs@cpan.org>
22
24 This software is copyright (c) 2009 by Jerome Quelin.
25
26 This is free software; you can redistribute it and/or modify it under
27 the same terms as the Perl 5 programming language system itself.
28
29
30
31perl v5.32.1 2021-01-27 SCAN_PREREQS(1)