summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2023-01-10 10:32:05 +1100
committerTony Cook <tony@develop-help.com>2023-01-10 10:32:05 +1100
commit314388b6785af83bd377ff2fe0c58649719a4b8a (patch)
tree5d381e835b3938548f4ba81760f545735b674ede /pod
parentb6e2e2d98b3eabd9d4cdff1c38e7520334fc1172 (diff)
downloadperl-314388b6785af83bd377ff2fe0c58649719a4b8a.tar.gz
perldelta for 44ba6f934a, ccc99c3cb950, 151ba7cd97fa, 5c556116d15
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod17
1 files changed, 17 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 024ced1e64..c97696ec70 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -332,9 +332,26 @@ L</Modules and Pragmata> section.
=item Windows
+=over
+
+=item *
+
lstat() on Windows now returns the length of the link target as the
size of the file, as it does on POSIX systems. [github #20476]
+=item *
+
+symlink() on Windows now replaces any C</> in the target with C<\>,
+since Windows does not recognize C</> in symbolic links. The reverse
+translation is B<not> done by readlink(). [github #20506]
+
+=item *
+
+symlink() where the target was an absolute path to a directory was
+incorrectly created as a file symbolic link. [github #20533]
+
+=back
+
=back
=head1 Internal Changes