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