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