2.14 2016/01/14 08:36:00 Europe/Oslo (cosimo)
No functional changes. Now Text::Hunspell depends on Alien::Hunspell
version 0.04. Should finally compile nicely on Win32 platform.
2.13 2016/01/11 10:59:00 Europe/Oslo (cosimo)
Win32 build support added (Graham Ollis, @plicease).
This should make Text::Hunspell build correctly on Windows. \o/
*** If you're using Win32, make sure you use a recent version of
Alien::Base (>= 0.024) and/or Alien::Hunspell (soon-to-be 0.04)
2.12 2015/12/18 10:35:00 Europe/Oslo (cosimo)
Replaced ExtUtils::PkgConfig with Alien::Hunspell. This should allow
Text::Hunspell to build on non-pkgconfig-enabled systems, even though
I'm not sure how reliably it works. Will have to evaluate from CPAN
testers results. Thanks to Alien* expert Graham Ollis for this
contribution.
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
--------------
2.11 2015/05/12 14:19:07 Europe/Oslo (cosimo)
No functional changes, only minor cleanups and a fix for RT#99810
(compilation on non-gcc based systems). Thanks to bjakubski for sending
in patches on Github.
--------------
2.10 2015/03/26 11:24:00 Europe/Oslo (cosimo)
Fixed GH#5 (http://github.com/cosimo/perl5-text-hunspell/issues/5).
Should make Text::Hunspell installable without pain from CPAN and
cpanminus clients. The problem was in the undeclared use of
ExtUtils::PkgConfig, which needs to be known even before running
the configure (Makefile.PL) step. Thanks to Pavel Shaydo for reporting
the problem.