diff options
author | Tony Cook <tony@develop-help.com> | 2020-10-07 16:31:22 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2020-12-01 15:29:33 +1100 |
commit | 680b2c5ee3b53c627074192b3cf14416a24da6ea (patch) | |
tree | eca893a731b7a5530d88b990def603caba525ab8 /MANIFEST | |
parent | 92b3a3ebc05e3ce0e84a1ccff46487ca2200b471 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |