NAME
Pod::Spelling::Aspell - Spell-test POD with Aspell
SYNOPSIS
my $o = Pod::Spelling::Apsell->new(
allow_words => qw[ Django Rheinhardt ],
);
warn "Spelling errors: ", join ', ', $o->check_file( 'blib/Paris.pm' );
DESCRIPTION
Checks the spelling in POD using the aspell
program, which is expected to be found on the system.
You may configure and supply an instance of Text::Aspell
to the constructor with the aspell
argument.
For details of options and methods, see the parent class, Pod::Spelling.
SEE ALSO
AUTHOR
Lee Goddard (lgoddard-at-cpan.org
)
LICENCE AND COPYRIGHT
Copyright (C) 2011, Lee Goddard. All Rights Reserved.
Made available under the same terms as Perl.