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

NAME

Test::Apocalypse::Pod_Spelling - Plugin for Test::Spelling

SYNOPSIS

        die "Don't use this module directly. Please use Test::Apocalypse instead.";

ABSTRACT

Encapsulates Test::Spelling functionality.

DESCRIPTION

Encapsulates Test::Spelling functionality. We also add each filename as a stopword, to reduce "noise" from the spellchecker.

If you need to add stopwords, please look at Pod::Spell for ways to add it to each .pm file!

do_test()

The main entry point for this plugin. Automatically called by Test::Apocalypse, you don't need to know anything more :)

SEE ALSO

Test::Apocalypse

Test::Spelling

AUTHOR

Apocalypse <apocal@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2010 by Apocalypse

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.