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