in reply to Re^2: Text-SpellChecker error
in thread Text-SpellChecker error

Thanks. I reproduced the error but it only occurred because Text::Hunspell was missing in my install of perl 5.14. I released a new version of Text::SpellChecker yesterday with some better tests, and more diagnostics on failure (since there are a number of ways that the failure in the OP can occur : missing dictionaries, custom installation paths, ...)

Replies are listed 'Best First'.
Re^4: Text-SpellChecker error
by toolic (Bishop) on Jun 24, 2011 at 14:50 UTC
    I released a new version of Text::SpellChecker yesterday
    ++ for the fast service.

    FYI: you introduced a minor POD bug into version 0.09:

    Change:

    head1 SYNOPSIS
    back to:
    =head1 SYNOPSIS

    Update: bug fixed in version 0.11.