NAME
Test::SpellCheck::Plugin::PerlWords - Test::SpellCheck plugin that adds Perl jargon words
VERSION
version 0.02
SYNOPSIS
spell_check ['PerlWords'];
Or from spellcheck.ini
:
[PerlWords]
DESCRIPTION
This plugin adds a number of Perl jargon words like "autovivify" and gethostbyaddr
as an additional dictionary. This means they are potential suggestions as well as not considered misspellings on their own.
This plugin also provides the appropriate computer word specification to separate computer "words" from Perl technical documentation. Currently it essentially takes the defaults from default_perl
method from Text::HumanComputerWords and changes path_name
to skip
since that isn't currently supported by Test::SpellCheck core.
OPTIONS
None.
CONSTRUCTOR
new
my $plugin = Test::SpellCheck::Plugin::PerlWords->new(%options);
This creates a new instance of the plugin.
SEE ALSO
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.