diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-27 03:56:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-27 03:56:48 +0000 |
commit | a45bd81d7bee5835ad83b5249bac63256f8c94c0 (patch) | |
tree | dab1f7653808a838df28f550bf9c6f1f9a830e68 /ext/File/Glob | |
parent | ad31580623307f0b715ee0a148d5b2a56b4280ff (diff) | |
download | perl-a45bd81d7bee5835ad83b5249bac63256f8c94c0.tar.gz |
various pod nits identified by installhtml (all fixed except
unresolved links)
p4raw-id: //depot/perl@4910
Diffstat (limited to 'ext/File/Glob')
-rw-r--r-- | ext/File/Glob/Glob.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm index ea56b445b7..6026499a80 100644 --- a/ext/File/Glob/Glob.pm +++ b/ext/File/Glob/Glob.pm @@ -238,7 +238,7 @@ The FreeBSD extensions to the POSIX standard are the following flags: =item C<GLOB_BRACE> -Pre-process the string to expand C<{pat,pat,...} strings like csh(1). +Pre-process the string to expand C<{pat,pat,...}> strings like csh(1). The pattern '{}' is left unexpanded for historical reasons (and csh(1) does the same thing to ease typing of find(1) patterns). @@ -331,6 +331,8 @@ Win32 users should use the real slash. If you really want to use backslashes, consider using Sarathy's File::DosGlob, which comes with the standard Perl distribution. +=back + =head1 AUTHOR The Perl interface was written by Nathan Torkington E<lt>gnat@frii.comE<gt>, |