X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=cbd142121bcadcbd35c69cb91023e073b47e426d;hb=8d1ac05819fc73f7bc84dd0c334a6b8c054b05ed;hp=456b4029b90e979881a1d8492072c63ecd076521;hpb=53943aeb9f826c841ac589a706679f18e2881ac4;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Changes b/Changes index 456b402..cbd1421 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Regexp-Wildcards +1.04 2011-08-25 12:50 UTC + + Chg : Minor code cleanups. + + Fix : Use Scalar::Util::blessed() to check objects classes. + Scalar::Util is required. + + Fix : Work around Kwalitee test misfailures. + + Upd : The distribution metadata was updated to modern standards. + 1.03 2009-02-26 15:35 UTC + Add : Translating both 'jokers' and 'sql' at the same time. + Doc : Cleanups. @@ -32,7 +39,7 @@ Revision history for Regexp-Wildcards 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...). + + Fix : Typos in pod (looks like this will never end...). 0.05 2007-06-22 14:40 UTC + Add : Windows strange behaviours caveat. @@ -50,12 +57,12 @@ Revision history for Regexp-Wildcards 0.03 2007-06-17 14:45 UTC + Fix : Missing PREREQ_PM in Makefile.PL - + Fix : Typos in pod. + + 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 - + Add : tests descriptions in t/12-brackets.t + + Fix : added missing samples/wc2re.pl + + Add : tests descriptions in t/12-brackets.t 0.01 2007-06-14 First version, released on an unsuspecting world.