This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[DOC PATCH] pod syntax fixups for File::Spec::* modules
[perl5.git] / lib / File / Spec / Mac.pm
index 6b62747..ebddd71 100644 (file)
@@ -37,7 +37,7 @@ sub canonpath {
     return $path;
 }
 
-=item catdir
+=item catdir()
 
 Concatenate two or more directory names to form a path separated by colons
 (":") ending with a directory.  Automatically puts a trailing ":" on the
@@ -401,7 +401,7 @@ sub splitdir {
 }
 
 
-=item catpath
+=item catpath()
 
     $path = File::Spec->catpath($volume,$directory,$file);