]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blob - Changes
Importing Regexp-Wildcards-0.04.tar.gz
[perl/modules/Regexp-Wildcards.git] / Changes
1 Revision history for Regexp-Wildcards
2
3 0.04    2007-06-20 19:00 UTC
4         + Add : You can supply $^O as the type for wc2re, which will wrap to
5                 wc2re_win32 for 'dos', 'os2', 'MSWin32', 'cygwin', and to
6                 wc2re_unix in all the other cases.
7         + Add : Generated regexps can now capture the interesting bits of the
8                 wildcard expression via the configuration variables
9                 $CaptureSingle, $CaptureAny and $CaptureBrackets (see pod)
10         + Add : Corresponding pod & tests
11
12 0.03    2007-06-17 14:45 UTC
13         + Fix : Missing PREREQ_PM in Makefile.PL
14         + Fix : Typos in pod.
15
16 0.02    2007-06-16 09:15 UTC
17         + Fix : wc2re_unix should escape top-level commas.
18         + Fix : added missing samples/wc2re.pl
19         + Add : tests descriptions in t/12-brackets.t
20
21 0.01    2007-06-14
22         First version, released on an unsuspecting world.
23