The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

File::Comments::Plugin::JavaScript - Plugin to detect comments in JavaScript source code

SYNOPSIS

    use File::Comments::Plugin::JavaScript;

DESCRIPTION

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

// style comments are recognized.

This is not a full-blown C parser/preprocessor yet, so it gets easily confused (e.g. if c strings contain comment sequences).

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>