X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=be1f41bacfe8c0d74776b44b37a9b490247d3baa;hb=d6f61a3d7918845e8ee6c9cac65af29aa3ca6cf0;hp=57942a11077daeff85ccd6f43ab2613a610c2b16;hpb=3426f55fba3da9c8801930f82107eeac9f1f8339;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Changes b/Changes index 57942a1..be1f41b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Regexp-Wildcards +1.00 2008-08-18 17:20 UTC + + Chg : Rewritten the module in an OO way. It's now easier to specify + what you want to translate. + + Tst : 100% coverage reached. + +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...).