On Mon, Mar 28, 2005 at 10:28:04PM +0200, Steven Schubiger wrote:

> --- ext/File/Glob/Glob.pm     Thu Jul  1 10:11:43 2004
> +++ ext/File/Glob/Glob.pm     Mon Mar 28 22:17:01 2005

> +=head1 META CHARACTERS
> +
> +  \     Quote the next metacharacter
> +  []    Character class
> +  {}    Multiple pattern     
> +  *     Match 0 or more times
> +  ?     Match 1 or 0 times
> +  ~     User name home directory
> +
> +=head1 POSIX FLAGS
> +
>  The POSIX defined flags for bsd_glob() are:

I think these should be =head2 rather than =head1.  {} should have more
explanation.

Ronald

Reply via email to