Changes for version 0.04
- (ms) PPI is leaking memory, added optional # and POD comment parser when env var FILE_COMMENTS_PERL_NO_PPI is set. Added dependency on Pod::Parser (ms) cold calls are optional now with new(cold_calls => 0) (ms) fixed javascript to accept /* ... */ (ms) added documentation
Modules
Recognizes file formats and extracts format-specific comments
Base class for all File::Comments plugins
Plugin to detect comments in C/C++ source code
Plugin to detect comments in HTML source code
Plugin to detect comments in Java source code
Plugin to detect comments in JavaScript source code
Plugin to detect comments in makefiles
Plugin to detect comments in PHP source code
Plugin to detect comments in perl scripts
Plugin to detect comments in makefiles
Plugin to detect comments in shell scripts
Provides
in lib/File/Comments.pm
in lib/File/Comments/Plugin/Perl.pm