Change 12585 by pudge@pudge-mobile on 2001/10/22 19:32:02 Oops, forgot to include Win32 ... just as well, since it seems in bleadperl, change #7764 was not included (adding C:\temp). Re-added. Rip it back out if it doesn't belong. :-)
Affected files ... ... //depot/maint-5.6/macperl/lib/File/Spec/Win32.pm#3 edit Differences ... ==== //depot/maint-5.6/macperl/lib/File/Spec/Win32.pm#3 (text) ==== Index: perl/lib/File/Spec/Win32.pm --- perl/lib/File/Spec/Win32.pm.~1~ Mon Oct 22 13:45:06 2001 +++ perl/lib/File/Spec/Win32.pm Mon Oct 22 13:45:06 2001 @@ -5,7 +5,7 @@ use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '1.2'; +$VERSION = '1.3'; @ISA = qw(File::Spec::Unix); @@ -23,7 +23,7 @@ there. This package overrides the implementation of these methods, not the semantics. -=over +=over 4 =item devnull @@ -164,7 +164,7 @@ =item splitdir -The opposite of L</catdir()>. +The opposite of L<catdir()|File::Spec/catdir()>. @dirs = File::Spec->splitdir( $directories ); End of Patch.