Test::SpellCheck::Plugin::PerlComment - Test::SpellCheck plugin for checking spelling in Perl comments
version 0.02
spell_check ['PerlComments'];
Or from spellcheck.ini
:
[PerlComments]
This plugin adds checking of Perl comments.
None.
my $plugin = Test::SpellCheck::Plugin::PerlComment->new;
This creates a new instance of the plugin.
Graham Ollis <plicease@cpan.org>
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.