TITLE ^

PGE::Glob - Parse and compile glob notation

DESCRIPTION ^

A parser for shell-stype glob notation.

Functions ^

glob_error(STR pattern, PMC lex, STR message)

output an error message

glob_parse_alt(STR pattern, PMC lex)

Parse alternations of the form {a,b,c} where a,b, and c are the alternatives.

AUTHOR ^

 Jonathan Scott Duff
 duff@pobox.com

 Character class support added by Patrick R. Michaud (pmichaud@pobox.com)

POD ERRORS ^

Hey! The above document had some coding errors, which are explained below:

Around line 18:

'=item' outside of any '=over'

Around line 288:

You forgot a '=back' before '=head1'


parrot