]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blob - Changes
8c41c424597408e8f9abec588fec9230d35b0627
[perl/modules/Regexp-Wildcards.git] / Changes
1 Revision history for Regexp-Wildcards
2
3 1.02    2008-08-23 09:15 UTC
4         + Add : The 'anchor' metacharacter class.
5
6 1.01    2008-08-19 15:20 UTC
7         + Fix : Now we can do both SQL and brackets.
8         + Tst : Add tests for embedded newlines.
9
10 1.00    2008-08-18 17:20 UTC
11         + Chg : Rewritten the module in an OO way. It's now easier to specify
12                 what you want to translate.
13         + Tst : 100% coverage reached.
14
15 0.08    2008-03-09 15:55  UTC
16         + Add : ':funcs' export tag.
17         + Doc : Copyright update.
18         + Fix : Correct dependencies listing in META.yml.
19         + Tst : Author tests overhaul.
20         + Tst : t/95-portability-files.t. 
21
22 0.07    2007-08-28 12:35 UTC
23         + Fix : Tests are now strict.
24         + Fix : Complete dependencies.
25
26 0.06    2007-06-26 12:40 UTC
27         + Add : SQL '%' and '_' wildcards (with corresponding pod & tests).
28         + Fix : Typos in pod (looks like this will never end...).
29
30 0.05    2007-06-22 14:40 UTC
31         + Add : Windows strange behaviours caveat.
32         + Chg : Simplified bracket prefix.
33         + Fix : Typos in pod.
34
35 0.04    2007-06-20 19:00 UTC
36         + Add : You can supply $^O as the type for wc2re, which will wrap to
37                 wc2re_win32 for 'dos', 'os2', 'MSWin32', 'cygwin', and to
38                 wc2re_unix in all the other cases.
39         + Add : Generated regexps can now capture the interesting bits of the
40                 wildcard expression via the configuration variables
41                 $CaptureSingle, $CaptureAny and $CaptureBrackets (see pod)
42         + Add : Corresponding pod & tests
43
44 0.03    2007-06-17 14:45 UTC
45         + Fix : Missing PREREQ_PM in Makefile.PL
46         + Fix : Typos in pod.
47
48 0.02    2007-06-16 09:15 UTC
49         + Fix : wc2re_unix should escape top-level commas.
50         + Fix : added missing samples/wc2re.pl
51         + Add : tests descriptions in t/12-brackets.t
52
53 0.01    2007-06-14
54         First version, released on an unsuspecting world.
55