]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blob - Changes
Importing Regexp-Wildcards-0.05.tar.gz
[perl/modules/Regexp-Wildcards.git] / Changes
1 Revision history for Regexp-Wildcards
2
3 0.05    2007-06-22 14:40 UTC
4         + Add : Windows strange behaviours caveat.
5         + Chg : Simplified bracket prefix.
6         + Fix : Typos in pod.
7
8 0.04    2007-06-20 19:00 UTC
9         + Add : You can supply $^O as the type for wc2re, which will wrap to
10                 wc2re_win32 for 'dos', 'os2', 'MSWin32', 'cygwin', and to
11                 wc2re_unix in all the other cases.
12         + Add : Generated regexps can now capture the interesting bits of the
13                 wildcard expression via the configuration variables
14                 $CaptureSingle, $CaptureAny and $CaptureBrackets (see pod)
15         + Add : Corresponding pod & tests
16
17 0.03    2007-06-17 14:45 UTC
18         + Fix : Missing PREREQ_PM in Makefile.PL
19         + Fix : Typos in pod.
20
21 0.02    2007-06-16 09:15 UTC
22         + Fix : wc2re_unix should escape top-level commas.
23         + Fix : added missing samples/wc2re.pl
24         + Add : tests descriptions in t/12-brackets.t
25
26 0.01    2007-06-14
27         First version, released on an unsuspecting world.
28