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.023
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 · Jerome Quelin
26
27 · Ricardo Signes <rjbs@cpan.org>
28
30 This software is copyright (c) 2009 by Jerome Quelin.
31
32 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.30.1 2020-01-30 Perl::PrereqScanner::Scanner(3)