Skip to content

Commit

Permalink
Merge b13ea3e into facfab6
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed May 15, 2021
2 parents facfab6 + b13ea3e commit 9a9d3d1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dist/PathTools/Changes
@@ -1,5 +1,31 @@
Revision history for Perl distribution PathTools.

3.80

- use the PerlLIO_*() functions for lstat() and readlink() to support
Win32 symlink support added to perl.

- skip a test that assumes getcwd() doesn't return symlinks on Win32, where
it can.

3.79

- fix an off-by-one in bsd_realpath()

3.78

- fallback to Internals::getcwd() for getcwd() if available (requires
$Config{d_getcwd})

3.77

- don't translate "..." to "..\.." on Win32

3.76

- test t/cwd_enoent.t - also accept ESTALE for a directory that no
longer exists (github #16699)

3.75
- Fix t/abs2rel.t on 5.8.8 by changing mkpath call to be
compatible with older File::Path
Expand Down

0 comments on commit 9a9d3d1

Please sign in to comment.