perlport: -l is now meaningful on Win32

This commit is contained in:
Tony Cook 2023-10-26 12:50:43 +11:00
parent e453f6823e
commit c9e6b691e2

View File

@ -1512,7 +1512,10 @@ C<-R>, C<-W>, C<-X>, C<-O> are indistinguishable from C<-r>, C<-w>,
C<-x>, C<-o>.
(Win32, VMS, S<RISC OS>)
C<-g>, C<-k>, C<-l>, C<-u>, C<-A> are not particularly meaningful.
C<-g>, C<-k>, C<-u>, C<-A> are not particularly meaningful.
(VMS, S<RISC OS>)
C<-l> is not particularly meaningful.
(Win32)
C<-l> returns true for both symlinks and directory junctions.