diff options
author | Karl Williamson <khw@cpan.org> | 2018-05-09 18:57:24 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-25 22:15:22 -0600 |
commit | e30d9667fa5c618863f9f7ce695b286cd351db7d (patch) | |
tree | 9bdb5af3269b2fa4274e3b348ed71c32f124b372 /dist/PathTools | |
parent | 151ee2cb4c01308e2e75df85c442de68d5e0b8ad (diff) | |
download | perl-e30d9667fa5c618863f9f7ce695b286cd351db7d.tar.gz |
PathTools::Win32.pm: Add L<> around link in pod
Diffstat (limited to 'dist/PathTools')
-rw-r--r-- | dist/PathTools/lib/File/Spec/Win32.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/PathTools/lib/File/Spec/Win32.pm b/dist/PathTools/lib/File/Spec/Win32.pm index 5934010439..a3b89c3ff6 100644 --- a/dist/PathTools/lib/File/Spec/Win32.pm +++ b/dist/PathTools/lib/File/Spec/Win32.pm @@ -5,7 +5,7 @@ use strict; use Cwd (); require File::Spec::Unix; -our $VERSION = '3.78'; +our $VERSION = '3.79'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); @@ -84,7 +84,7 @@ sub tmpdir { MSWin32 case-tolerance depends on GetVolumeInformation() $ouFsFlags == FS_CASE_SENSITIVE, indicating the case significance when comparing file specifications. Since XP FS_CASE_SENSITIVE is effectively disabled for the NT subsubsystem. -See http://cygwin.com/ml/cygwin/2007-07/msg00891.html +See L<http://cygwin.com/ml/cygwin/2007-07/msg00891.html> Default: 1 =cut |