On Sun Dec 14 00:22:24 2008, YANICK wrote:
Show quoted text> 1. Added the possibility to pass a 'lang' attribute to the object
> creation, which will then be passed to the underlaying Text::Aspell
object.
This can also be set in an aspell config file or in an environment
variable (e.g. $ENV{ASPELL_CONF} = 'lang fr').
Show quoted text>
> 2. Cache the Text::Aspell object instead of creating it for each new word.
>
> 3. Modified suggestions() so that it returns the array directly if
> wantarray() swings that way.
>
> Please feel free to use 'em or toss 'em as you see fit. :-)
Great, thanks. I've applied all three, and version 0.04 is on its way
to CPAN now.
Brian