Skip to content

Commit

Permalink
perlport: windows strange behaviour with . at the end of names
Browse files Browse the repository at this point in the history
Fixes #14687
  • Loading branch information
tonycoz committed Nov 28, 2023
1 parent 1adeb0c commit e453f68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pod/perlport.pod
Expand Up @@ -398,6 +398,10 @@ directory if their names are lowercased and truncated to eight
characters before the C<.>, if any, and to three characters after the
C<.>, if any). (And do not use C<.>s in directory names.)

On Windows extra C<.>s at the end of a file or directory name are
ignored in most circumstances, and a directory name containing only
three or more C<.>s are treated as the current directory by some APIs.

=head2 System Interaction

Not all platforms provide a command line. These are usually platforms
Expand Down

0 comments on commit e453f68

Please sign in to comment.