| File-Comments documentation | view source | Contained in the File-Comments distribution. |
File::Comments::Plugin::Perl - Plugin to detect comments in perl scripts
use File::Comments::Plugin::Perl;
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.
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.
2005, Mike Schilli <cpan@perlmeister.com>
| File-Comments documentation | view source | Contained in the File-Comments distribution. |