NAME

Test::SpellCheck::Plugin::PerlComment - Test::SpellCheck plugin for checking spelling in Perl comments

VERSION

version 0.02

SYNOPSIS

spell_check ['PerlComments'];

Or from spellcheck.ini:

[PerlComments]

DESCRIPTION

This plugin adds checking of Perl comments.

OPTIONS

None.

CONSTRUCTOR

new

my $plugin = Test::SpellCheck::Plugin::PerlComment->new;

This creates a new instance of the plugin.

SEE ALSO

Test::SpellCheck
Test::SpellCheck::Plugin

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021-2024 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.