diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-08 22:33:24 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-08 23:25:13 -0700 |
commit | 483ad8291bb83bb55f59f0ff324af70346c4945a (patch) | |
tree | 4152ee176182979706e2d49e8e951d3febb67244 /dist/Cwd/lib/File/Spec | |
parent | 210fdecd4386556fdb4aa40a112c04b9f37be553 (diff) | |
download | perl-483ad8291bb83bb55f59f0ff324af70346c4945a.tar.gz |
File::Spec::Epoc: Small pod clean-up
Diffstat (limited to 'dist/Cwd/lib/File/Spec')
-rw-r--r-- | dist/Cwd/lib/File/Spec/Epoc.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/Cwd/lib/File/Spec/Epoc.pm b/dist/Cwd/lib/File/Spec/Epoc.pm index e7faa16086..1d5ee1896b 100644 --- a/dist/Cwd/lib/File/Spec/Epoc.pm +++ b/dist/Cwd/lib/File/Spec/Epoc.pm @@ -20,10 +20,10 @@ File::Spec::Epoc - methods for Epoc file specs =head1 DESCRIPTION See File::Spec::Unix for a documentation of the methods provided -there. This package overrides the implementation of these methods, not +there. This package overrides the implementation of these methods, not the semantics. -This package is still work in progress ;-) +This package is still a work in progress. ;-) =cut @@ -38,7 +38,7 @@ sub case_tolerant { =item canonpath() No physical check on the filesystem, but a logical cleanup of a -path. On UNIX eliminated successive slashes and successive "/.". +path. On UNIX eliminated successive slashes and successive "/.". =back |