The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Pod::Spelling, Text::Aspell.

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.