In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/6be4176c4fe0401e3bf0025896796a0f0408089d?hp=e5a551284a63f7f984d48babddbc0b25cf95058a>
- Log ----------------------------------------------------------------- commit 6be4176c4fe0401e3bf0025896796a0f0408089d Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Feb 24 10:14:45 2018 -0800 PathTools/Changes: Retroactively mention CPAN RT #114236 So that new releases will have a more complete and helpful change log. ----------------------------------------------------------------------- Summary of changes: dist/PathTools/Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/PathTools/Changes b/dist/PathTools/Changes index b256d98878..722655285e 100644 --- a/dist/PathTools/Changes +++ b/dist/PathTools/Changes @@ -8,6 +8,7 @@ Revision history for Perl distribution PathTools. - [perl #132853] Add metadata (ABSTRACT, LICENSE, AUTHOR) - [perl #132733] Skip cwd_enoent test on Cygwin - [perl #132651] Avoid infinite recursion in _perl_abs_path() +- [rt.cpan.org #114236] Compatibility with File::Path 2.06_04 3.72 - [perl #132648] Correct error returns from fast_abs_path() -- Perl5 Master Repository