diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 09:02:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 09:02:07 +0000 |
commit | be59e445a231e0102a0fd9822727ddbe3e12d0bb (patch) | |
tree | 4c547e81e163e9470a1090d056d83c6a0083a308 /lib/File/Spec.pm | |
parent | f244e06d4740a118d980f79807cb4f393cc3087b (diff) | |
parent | f828431348b2bbf6fe06182e862634247523af66 (diff) | |
download | perl-be59e445a231e0102a0fd9822727ddbe3e12d0bb.tar.gz |
integrate cfgperl changes into mainline, fix conflicts
p4raw-id: //depot/perl@2620
Diffstat (limited to 'lib/File/Spec.pm')
-rw-r--r-- | lib/File/Spec.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index 67b6703a56..616dcbcb7a 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -91,7 +91,7 @@ but rather as class methods: File::Spec->catfile('a','b'); -For a reference of available functions, pleaes consult L<File::Spec::Unix>, +For a reference of available functions, please consult L<File::Spec::Unix>, which contains the entire set, and inherited by the modules for other platforms. For further information, please see L<File::Spec::Mac>, L<File::Spec::OS2>, L<File::Spec::Win32>, or L<File::Spec::VMS>. |