summaryrefslogtreecommitdiff
path: root/lib/File/Spec/Epoc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/File/Spec/Epoc.pm')
-rw-r--r--lib/File/Spec/Epoc.pm14
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/File/Spec/Epoc.pm b/lib/File/Spec/Epoc.pm
index e3c90f0de4..91c3a1d7e8 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<File::Spec>