1File::Comments::Plugin:U:sPeerrlC(o3n)tributed Perl DocuFmielnet:a:tCioomnments::Plugin::Perl(3)
2
3
4
6 File::Comments::Plugin::Perl - Plugin to detect comments in perl
7 scripts
8
10 use File::Comments::Plugin::Perl;
11
13 File::Comments::Plugin::Perl is a plugin for the File::Comments
14 framework.
15
16 Uses PPI to parse Perl code. If this isn't desired (PPI had memory
17 problems at the time of this writing), specify
18
19 File::Comments::Plugin::Perl::USE_PPI = 0;
20
21 and another, simpler parser will be used. It just goes for one-line
22 #... comments (no inlining) and POD via Pod::Parser.
23
25 Copyright 2005 by Mike Schilli, all rights reserved. This program is
26 free software, you can redistribute it and/or modify it under the same
27 terms as Perl itself.
28
30 2005, Mike Schilli <cpan@perlmeister.com>
31
32
33
34perl v5.38.0 2023-07-20 File::Comments::Plugin::Perl(3)