X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=c27fcf00b99cb163e6d1bdf82a398f1342601f9e;hb=42e8c1be1748facf90fdf5f3bb3184770e37d539;hp=1490402c97bfe30f3b0505458656577778c7426b;hpb=eafc1dab0ebd73e592fda42a9db18d6d4a64c96b;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Changes b/Changes index 1490402..c27fcf0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,34 @@ Revision history for Regexp-Wildcards +0.08 2008-03-09 15:55 UTC + + Add : ':funcs' export tag. + + Doc : Copyright update. + + Fix : Correct dependencies listing in META.yml. + + Tst : Author tests overhaul. + + Tst : t/95-portability-files.t. + +0.07 2007-08-28 12:35 UTC + + Fix : Tests are now strict. + + Fix : Complete dependencies. + +0.06 2007-06-26 12:40 UTC + + Add : SQL '%' and '_' wildcards (with corresponding pod & tests). + + Fix : Typos in pod (looks like this will never end...). + +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.