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.024
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 This library should run on perls released even a long time ago. It
20 should work on any version of perl released in the last five years.
21
22 Although it may work on older versions of perl, no guarantee is made
23 that the minimum required version will not be increased. The version
24 may be increased for any reason, and there is no promise that patches
25 will be accepted to lower the minimum required perl.
26
28 • Jerome Quelin
29
30 • Ricardo Signes <rjbs@semiotic.systems>
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.34.0 2022-01-21 SCAN_PREREQS(1)