File::Comments::Plugin::Perl.3pm

Langue: en

Version: 2006-10-09 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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>