Changes from previous:
0.11 Fri Jun 24 2011
- pod fixes and pod test
0.09 Thu Jun 23 2011
- Better tests, use of LANG
- Compile time check for at least one speller.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
0.05 Mon Dec 15 2008
- skip some tests when missing English dictionary
- added license
0.04 Sun Dec 14 2008
- patch by Yanick Champoux with three changes :
- lang option
- cached Text::Aspell object
- made suggestions() context-aware
This module is built on Text::Aspell, but adds some of the
functionality provided by the internal gnu aspell API. This allows
one to deal with blocks of text, rather than just words. For
instance, we provide methods for iterating through the text,
serializing the object (thus remembering where we left off), and
highlighting the current misspelled word within the text.