X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=Changes;h=421a0e2f0a656cc0a2ef6535d739536dfd7fb344;hp=1490402c97bfe30f3b0505458656577778c7426b;hb=6305572fe1d1790682966644ede8f267f22bd1d1;hpb=eafc1dab0ebd73e592fda42a9db18d6d4a64c96b diff --git a/Changes b/Changes index 1490402..421a0e2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Regexp-Wildcards +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.