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