Age | Commit message (Collapse) | Author | Files | Lines |
|
0.08 Wednesday 2nd May, 2007
Expose glob_to_regex_string (Joshua Hoblitt)
|
|
Patch provided by Martin Wilke via PR 34416.
Changes:
0.07 Friday 14th July, 2006
Explictly quote @ and %. Though they don't really need it to work
normally, it's needed for when you roundtrip the
regex back into text (like File::Find::Rule does).
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
Hiramatsu Yoshifumi.
Text::Glob implements glob(3) style matching that can be used to match
against text, rather than fetching names from a filesystem. If you
want to do full file globbing use the File::Glob module instead.
|