Test::SpellCheck::Plugin::PerlWords - Test::SpellCheck plugin that adds Perl jargon words
version 0.02
spell_check ['PerlWords'];
Or from spellcheck.ini
:
[PerlWords]
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.
None.
my $plugin = Test::SpellCheck::Plugin::PerlWords->new(%options);
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.