X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FSpec%2FEpoc.pm;h=91c3a1d7e8bff8969778b5b704f85e29eadd4a96;hb=e021ab8eb33165472d1025d41b9f78226e0d90c7;hp=e3c90f0de4b6853bcf9979df33b19bd3c95ff074;hpb=7996736c5ecb6da6273386229ce113837049152c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/File/Spec/Epoc.pm b/lib/File/Spec/Epoc.pm index e3c90f0..91c3a1d 100644 --- a/lib/File/Spec/Epoc.pm +++ b/lib/File/Spec/Epoc.pm @@ -24,20 +24,28 @@ there. This package overrides the implementation of these methods, not the semantics. This package is still work in progress ;-) -o.flebbe@gmx.de +=head1 AUTHORS -=over 4 +o.flebbe@gmx.de + +=cut sub case_tolerant { return 1; } +=pod + +=over 4 + =item canonpath() No physical check on the filesystem, but a logical cleanup of a path. On UNIX eliminated successive slashes and successive "/.". +=back + =cut sub canonpath { @@ -51,8 +59,6 @@ sub canonpath { return $path; } -=back - =head1 SEE ALSO L