(This warning repeated from 0.079-TRIAL) The relative() method no longer uses File::Spec's buggy rel2bs method. The new Path::Tiny algorithm should be comparable and passes File::Spec rel2abs test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops the minimum File::Spec version required, allowing Path::Tiny to be fatpacked if desired.
Changes
no other changes from 0.081
Changes for version 0.081 - 2016-02-18 (TRIAL RELEASE)
Fixed
Fixed lines_utf8+chomp and relative() bugs on Windows
Changes for version 0.079 - 2016-02-15 (TRIAL RELEASE)
!!! INCOMPATIBLE CHANGES !!!
The relative() method no longer uses File::Spec's buggy rel2bs method. The new Path::Tiny algorithm should be comparable and passes File::Spec rel2abs test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops the minimum File::Spec version required, allowing Path::Tiny to be fatpacked if desired.
FIXED
Fixed lines_utf8() with chomping for repeated empty lines.
DOCS
Documented that subclassing is not supported
Changes for version 0.077 - 2016-02-10 (TRIAL RELEASE)
ADDED
Added 'edit' and 'edit_lines' plus _utf8 and _raw variants; this is similar to perl's -i flag (though without backups)