2013-11-26 08:55:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 26 07:31:01 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.13
|
|
|
|
- fix encoding issues issues in pod for perldoc
|
|
|
|
- improve documentation
|
|
|
|
- fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
|
|
|
|
|
2013-10-04 14:56:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:12:10 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.10
|
|
|
|
[FEATURES]
|
|
|
|
- added 'no_wide_chars' option to strip words with such characters
|
|
|
|
from the output. This may help spellcheckers that can't cope
|
|
|
|
with UTF-8
|
|
|
|
[CHANGED]
|
|
|
|
- improved punctuation stripping algorithm for better word
|
|
|
|
isolation (example C<< "hello". >> now is found as "hello")
|
|
|
|
- strips all word that do not have at least one \w character
|
|
|
|
as a spellchecker isn't likely to do anything useful with them
|
|
|
|
[DOCUMENTED]
|
|
|
|
- added recommendations for dealing with character encoding
|
|
|
|
|
|
|
|
1.09 2013-09-25
|
|
|
|
[FIXED]
|
|
|
|
- stopwords with 's are learned without 's to match how they are
|
|
|
|
checked
|
|
|
|
[CHANGED]
|
|
|
|
- leading and trailing punctuation is entirely stripped since the
|
|
|
|
spellchecker won't care anyway. Trailing periods are *not*
|
|
|
|
stripped as they might be abbreviations ("Ph.D."), but such words
|
|
|
|
are checked against the stoplist both with and without
|
|
|
|
trailing periods to account for abbreviations and words at the
|
|
|
|
end of a sentence.
|
|
|
|
|
|
|
|
1.08 2013-09-24
|
|
|
|
[FIXED]
|
|
|
|
- hyphenated word parts are also checked against the stoplist
|
|
|
|
and stripped (dagolden) GH #9
|
|
|
|
[DOCUMENTED]
|
|
|
|
- noted that stopwords must be added before words appear in Pod
|
|
|
|
|
|
|
|
1.07 2013-09-14
|
|
|
|
- add many words
|
|
|
|
[FEATURES]
|
|
|
|
- Pod::Wordlist is an Object ( dagolden )
|
|
|
|
- Lingua::EN::Inflect is used to reduce requiring plurals in the list
|
|
|
|
( dagolden )
|
|
|
|
- the wordlist is now a sharedir file
|
|
|
|
[DEPRECATED]
|
|
|
|
- accessing %Pod::Wordlist::Wordlist directly
|
|
|
|
|
|
|
|
1.06 2013-09-08
|
|
|
|
- import stopwords from Pod::Wordlist::hanekomu except names
|
|
|
|
|
2013-06-10 10:55:58 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-07-27 12:45:17 +00:00
|
|
|
Sat Jul 27 11:58:40 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.05
|
|
|
|
- add stopwords
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-06-10 10:55:58 +00:00
|
|
|
Mon Jun 10 10:39:48 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.04
|
|
|
|
- fix tests to work on older perls
|
|
|
|
- update copyright info
|
|
|
|
- require 5.8 (let me know if this is a problem for you)
|
|
|
|
- improve tests
|
|
|
|
- hopefully fix failing test on windows
|
|
|
|
- improve code readability
|
|
|
|
- remove DEBUG for private _is_debug method
|
|
|
|
- convert to dzil and adopt
|
|
|
|
|
2013-02-27 13:44:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 27 06:25:20 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- update license to new format
|
|
|
|
|
2010-12-21 13:25:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 21 13:25:34 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- change license tag to the usual perl license
|
|
|
|
|
2010-11-30 19:27:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 30 19:20:39 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-07-14 14:58:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 14 14:30:55 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- initial package 1.01
|
|
|
|
* created by cpanspec 1.78
|
|
|
|
|