Scroll to navigation

File::Comments::Plugin::Perl(3) User Contributed Perl Documentation File::Comments::Plugin::Perl(3)

NAME

File::Comments::Plugin::Perl - Plugin to detect comments in perl scripts

SYNOPSIS

    use File::Comments::Plugin::Perl;

DESCRIPTION

File::Comments::Plugin::Perl is a plugin for the File::Comments framework.

Uses PPI to parse Perl code. If this isn't desired (PPI had memory problems at the time of this writing), specify

    File::Comments::Plugin::Perl::USE_PPI = 0;

and another, simpler parser will be used. It just goes for one-line #... comments (no inlining) and POD via Pod::Parser.

LEGALESE

Copyright 2005 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2005, Mike Schilli <cpan@perlmeister.com>

2020-10-28 perl v5.38.2