1Wordlist(3) User Contributed Perl Documentation Wordlist(3)
2
3
4
6 Pod::Wordlist -- English words that come up in Perl documentation
7
9 None! Take that!
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 lead‐
20 ing Perl code so that only the wordlist remains, and then spellchecking
21 this resulting list and adding every word in it to your private lexi‐
22 con.
23
25 You are welcome to send me your wordlists too, for possible incorpora‐
26 tion into this wordlist. I can take them only in ASCII.
27
28 Note that the scope of this file is only English, specifically American
29 English. (But you may find in useful to incorporate into your own lex‐
30 icons, even if they are for other dialects/languages.)
31
33 Copyright (c) 2001 Sean M. Burke. All rights reserved.
34
35 This library is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38 This library is distributed in the hope that it will be useful, but
39 without any warranty; without even the implied warranty of mer‐
40 chantability or fitness for a particular purpose.
41
43 Sean M. Burke, sburke@cpan.org
44
45 [NB: This wordlist includes much of a wordlist that Mark-Jason Dominus
46 gave me.]
47
48
49
50perl v5.8.8 2001-10-27 Wordlist(3)