X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=1524d4f6e00455e47e476c95307d8a108d728234;hb=99cec79018d12958619028d1e21bf7f41eacbd17;hp=9c3988818a77d1a393e366b0969ce4aeab696abc;hpb=caa5f3c462570ffc1eb2c4222266978d1c925c3b;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Changes b/Changes index 9c39888..1524d4f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Regexp-Wildcards +1.01 2008-08-19 15:20 UTC + + Fix : Now we can do both SQL and brackets. + + Tst : Add tests for embedded newlines. + +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.