X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=4571df65704a17166254c8af67c79e88037fca89;hb=03007c83b1d852b1f2120c7aa500c36607d30e72;hp=98afe3e531d35bac72274b10b0a53dfdbf457782;hpb=46111541589202352d6a6a665eb03fe24e3861a6;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Changes b/Changes index 98afe3e..4571df6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ Revision history for Regexp-Wildcards +0.05 2007-06-22 14:40 UTC + + Add : Windows strange behaviours caveat. + + Chg : Simplified bracket prefix. + + Fix : Typos in pod. + +0.04 2007-06-20 19:00 UTC + + Add : You can supply $^O as the type for wc2re, which will wrap to + wc2re_win32 for 'dos', 'os2', 'MSWin32', 'cygwin', and to + wc2re_unix in all the other cases. + + Add : Generated regexps can now capture the interesting bits of the + wildcard expression via the configuration variables + $CaptureSingle, $CaptureAny and $CaptureBrackets (see pod) + + Add : Corresponding pod & tests + +0.03 2007-06-17 14:45 UTC + + Fix : Missing PREREQ_PM in Makefile.PL + + Fix : Typos in pod. + 0.02 2007-06-16 09:15 UTC + Fix : wc2re_unix should escape top-level commas. + Fix : added missing samples/wc2re.pl