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