Test::SpellCheck::Plugin::PerlPOD - Test::SpellCheck plugin for checking spelling in POD
version 0.02
# these are the default options spell_check [PerlPOD, skip_sections => ['contributors', 'author', 'copyright and license']];
Or from spellcheck.ini
:
[PerlPOD] skip_sections = contributors skip_sections = author skip_sections = copyright and license
This plugin adds checking of POD for spelling errors. It will also check for POD syntax errors.
You can skip sections, which is typically useful for "author" or "copyright and license" sections, since these are often generated and contain a number of names.
my $plugin = Test::SpellCheck::Plugin::PerlPOD->new(%options);
This creates a new instance of the plugin. Any of the options documented above can be passed into the constructor.
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.