Upgrade to File::Spec 0.85.
[p5sagit/p5-mst-13.2.git] / lib / File / Spec / Epoc.pm
index e3c90f0..91c3a1d 100644 (file)
@@ -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>