Revision history for Perl module Cwd-utf8
0.011 2017-05-18
* Requiring File::Path 2.06_06 for remove_tree
0.010 2017-04-22
* Adpated to changes in Encode v2.89 [gh-1]
0.009 2016-08-17
* Fixed misplaced SYNOPSIS
* Only updating $UTF8_CHECK when necessary
* Added Travis and AppVeyor testing
* Prevent "UTF-16 surrogate 0xd800" error in some builds' tests
0.008 2016-08-10
* Amendments for Test::Synopsis > v0.13
* Removed Build.PL, require >= v0.009 of PluginBundle
* Updated author e-mail address
* Corrected documentation
* Corrected minimum version requirement
* Corrected typo in MANIFEST.SKIP
0.007 2015-01-16
* Corrected END for cwd.t
0.006 2015-01-15
* Forgot to exclude utf8_check test when run on Windows/OS2/DOS
0.005 2015-01-11
* Added ability to specify what to do with UTF-8 encoding errors via
$Cwd::utf8::UTF8_CHECK
* Making use of encoding object for increased speed
* Using Exporter to Export symbols, allows for e.g.
"use Cwd::utf8 qw(!cwd);"
0.004 2015-01-05
* Excluding Windows platform again as it's UTF-8 filesystem support
is incomplete
* Added test for "no Cwd::utf8;"
* More informative naming of the tests
0.003 2014-12-28
* Added test for fast_realpath
* Corrected determination of target
0.002 2014-12-22
* Allowing Win32 platform
* Require Cwd v3.30 for testing (hopefully fixes bug in abs_path
causing test to fail)
0.001 2014-12-21
* Initial release