summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-10-07 16:31:22 +1100
committerTony Cook <tony@develop-help.com>2020-12-01 15:29:33 +1100
commit680b2c5ee3b53c627074192b3cf14416a24da6ea (patch)
treeeca893a731b7a5530d88b990def603caba525ab8 /MANIFEST
parent92b3a3ebc05e3ce0e84a1ccff46487ca2200b471 (diff)
downloadperl-680b2c5ee3b53c627074192b3cf14416a24da6ea.tar.gz
Win32: implement symlink() and readlink()
The API used requires Windows Vista or later. The API itself requires either elevated privileges or a sufficiently recent version of Windows 10 running in "Developer Mode", so some tests require updates.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 684be8817a..5aab31f3dc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -6165,6 +6165,7 @@ t/win32/popen.t Test for stdout races in backticks, etc
t/win32/runenv.t Test if Win* perl honors its env variables
t/win32/signal.t Test Win32 signal emulation
t/win32/stat.t Test Win32 stat emulation
+t/win32/symlink.t Test Win32 symlink
t/win32/system.t See if system works in Win*
t/win32/system_tests Test runner for system.t
taint.c Tainting code