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