The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Glob - translate glob patterns to regexes

SYNOPSIS

    use Text::Glob;

    my $t = Text::Glob.new;
    my $regex = $t.glob_to_regex('*.pm');

DESCRIPTION

Perl 6 port of the Text::Glob library.

METHODS

glob_to_regex

Takes a glob pattern and translates it to a regex.

AUTHOR

Sebastian Riedel <sri@oook.de>

Based upon Text::Glob by Richard Clamp

LICENSE

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.