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