1Code::TidyAll::Plugin::UPsoedrSpCeolnlt(r3i)buted Perl DCoocduem:e:nTtiadtyiAolnl::Plugin::PodSpell(3)
2
3
4

NAME

6       Code::TidyAll::Plugin::PodSpell - Use Pod::Spell + ispell with tidyall
7

VERSION

9       version 0.73
10

SYNOPSIS

12          In configuration:
13
14          [PodSpell]
15          select = lib/**/*.{pm,pod}
16          ispell_argv = -p $ROOT/.ispell_english
17          suggest = 1
18

DESCRIPTION

20       Uses Pod::Spell in combination with ispell <http://fmg-
21       www.cs.ucla.edu/geoff/ispell.html> to spell-check POD. Any seemingly
22       misspelled words will be output one per line.
23
24       You can specify additional valid words by:
25
26       ·   Adding them to your personal ispell dictionary, e.g.
27           ~/.ispell_english
28
29       ·   Adding them to an ispell dictionary in the project root, then
30           including this in the configuration:
31
32               ispell_argv = -p $ROOT/.ispell_english
33
34       The dictionary file should contain one word per line.
35

INSTALLATION

37       Install ispell from your package manager or from the link above.
38

CONFIGURATION

40       This plugin accepts the following configuration options:
41
42   ispell_argv
43       Arguments to pass to ispell. The "-a" flag will always be passed, in
44       order to parse the results.
45
46   ispell_cmd
47       The path for the "ispell" command. By default this is just "ispell",
48       meaning that the user's "PATH" will be searched for the command.
49
50   suggest
51       If true, show suggestions next to misspelled words. Default is false.
52

SUPPORT

54       Bugs may be submitted at
55       <https://github.com/houseabsolute/perl-code-tidyall/issues>.
56
57       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
58

SOURCE

60       The source code repository for Code-TidyAll can be found at
61       <https://github.com/houseabsolute/perl-code-tidyall>.
62

AUTHORS

64       ·   Jonathan Swartz <swartz@pobox.com>
65
66       ·   Dave Rolsky <autarch@urth.org>
67
69       This software is copyright (c) 2011 - 2019 by Jonathan Swartz.
70
71       This is free software; you can redistribute it and/or modify it under
72       the same terms as the Perl 5 programming language system itself.
73
74       The full text of the license can be found in the LICENSE file included
75       with this distribution.
76
77
78
79perl v5.28.1                      2019-01-20Code::TidyAll::Plugin::PodSpell(3)
Impressum