1Perl::PrereqScanner::ScUasnenrerC(o3n)tributed Perl DocuPmeernlt:a:tPiroenreqScanner::Scanner(3)
2
3
4
6 Perl::PrereqScanner::Scanner - something that scans for prereqs in a
7 Perl document
8
10 version 1.024
11
13 This is a role to be composed into classes that will act as scanners
14 plugged into a Perl::PrereqScanner object.
15
16 These classes must provide a "scan_for_prereqs" method, which will be
17 called like this:
18
19 $scanner->scan_for_prereqs($ppi_doc, $version_requirements);
20
21 The scanner should alter the CPAN::Meta::Requirements object to reflect
22 its findings about the PPI document.
23
25 This library should run on perls released even a long time ago. It
26 should work on any version of perl released in the last five years.
27
28 Although it may work on older versions of perl, no guarantee is made
29 that the minimum required version will not be increased. The version
30 may be increased for any reason, and there is no promise that patches
31 will be accepted to lower the minimum required perl.
32
34 • Jerome Quelin
35
36 • Ricardo Signes <rjbs@semiotic.systems>
37
39 This software is copyright (c) 2009 by Jerome Quelin.
40
41 This is free software; you can redistribute it and/or modify it under
42 the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.34.0 2021-07-22 Perl::PrereqScanner::Scanner(3)