The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Unicode-CaseFold

Version 1.01: 2017-07-25
  * Fix a deprecation warning about toFOLD_utf8 in 5.26 (this should also
    prevent trouble when the current version is removed in 5.30).

Version 1.00: 2014-05-05
  * Fix a documentation bug
  * Bump version to reflect maturity of the module

Version 0.03: 2012-06-27
  * Stop using the unsafe UTF8_MAXBYTES_CASE macro which could lead to
    buffer overruns (thanks khw).

Version 0.02: 2011-11-11
  * Pass tests with old versions of Test::More.
  * Skip tests that require a newer version of Unicode than the running perl
    can support.
  * Fix a bug with $Unicode::CaseFold::SIMPLE_FOLDING being set improperly.

Version 0.01: 2011-11-11
  * Initial release.