X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FFile%2FGlob%2FGlob.pm;h=6026499a80da865f6856671549bbcffa19fad721;hb=a45bd81d7bee5835ad83b5249bac63256f8c94c0;hp=ea56b445b7b7f6a9a30186b32ddf009c1bb4a7db;hpb=ad31580623307f0b715ee0a148d5b2a56b4280ff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm index ea56b44..6026499 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 -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 Egnat@frii.comE,