The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

podispell - Interactive Pod spell checker

SYNOPSIS

  podispell [ -d <dictionary> ] [ -b ] lib/My/Library.pm lib/My/SecondLibrary.pm

DESCRIPTION

This is an interactive Pod spell checker, modeled after the ispell interface. It will prompt for corrections on any spelling mistakes it finds, and overwrite the original file when complete.

Requires hunspell.

OPTIONS

-d --dictionary

Sets the dictionary to use. Defaults to 'en_US'. Can be specified multiple times.

-b --backup

Keep backup files. A copy of the file will be saved with a .bak extension before being modified.

-h --help

Display this help text.

-V --version

Display the version number.

AUTHOR

haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>

CONTRIBUTORS

None yet.

COPYRIGHT

Copyright (c) 2015-2015 the podispell "AUTHOR" and "CONTRIBUTORS" as listed above.

LICENSE

This library is free software and may be distributed under the same terms as perl itself. See http://dev.perl.org/licenses/.