1Pod::Wordlist(3) User Contributed Perl Documentation Pod::Wordlist(3)
2
3
4
6 Pod::Wordlist - English words that come up in Perl documentation
7
9 version 1.04
10
12 Pod::Wordlist is used by Pod::Spell, providing a set of words (as keys
13 in the hash %Pod::Spell::Wordlist) that are English jargon words that
14 come up in Perl documentation, but which are not to be found in general
15 English lexicons. (For example: autovivify, backreference, chroot,
16 stringify, wantarray.)
17
18 You can also use this wordlist with your word processor by just pasting
19 "Pod/Wordlist.pm"'s content into your wordprocessor, deleting the
20 leading Perl code so that only the wordlist remains, and then
21 spellchecking this resulting list and adding every word in it to your
22 private lexicon.
23
25 Note that the scope of this file is only English, specifically American
26 English. (But you may find in useful to incorporate into your own
27 lexicons, even if they are for other dialects/languages.)
28
30 Please report any bugs or feature requests on the bugtracker website
31 https://github.com/xenoterracide/pod-spell/issues
32
33 When submitting a bug or request, please include a test-file or a patch
34 to an existing test-file that illustrates the bug or desired feature.
35
37 · Sean M. Burke <sburke@cpan.org>
38
39 · Caleb Cushing <xenoterracide@gmail.com>
40
42 This software is Copyright (c) 2013 by Caleb Cushing.
43
44 This is free software, licensed under:
45
46 The Artistic License 2.0 (GPL Compatible)
47
48
49
50perl v5.16.3 2013-05-09 Pod::Wordlist(3)