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