summaryrefslogtreecommitdiff
path: root/dist/PathTools
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-05-09 18:57:24 -0600
committerKarl Williamson <khw@cpan.org>2019-05-25 22:15:22 -0600
commite30d9667fa5c618863f9f7ce695b286cd351db7d (patch)
tree9bdb5af3269b2fa4274e3b348ed71c32f124b372 /dist/PathTools
parent151ee2cb4c01308e2e75df85c442de68d5e0b8ad (diff)
downloadperl-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.pm4
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