Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 85f9135e86915ec52a3031db2673bdfc > files > 2

perl-Text-SpellChecker-0.08-1.fc13.noarch.rpm

Revision history for Perl extension Text::SpellChecker.

0.01  Mon Nov 1 2004
	- original version

0.02  Thu Nov 4 2004
    - changed regex for words to [a-zA-Z]+
    - added ignore_all
    - added replace_all
    - added reset

0.03  Tue May 3 2005
    - update regex to include apostrophes

0.04  Sun Dec 14 2008
    - patch by Yanick Champoux with three changes : 
    - lang option
    - cached Text::Aspell object
    - made suggestions() context-aware

0.05  Mon Dec 15 2008
    - skip some tests when missing English dictionary
    - added license

0.06  Tue Sep 14 2010
    - made deserialization accept non-blessed refs 

0.07  Wed Sep 15 2010
    - optional hunspell support