X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=7e57943939aab1927d9331e9d09129ccb3184d1c;hb=a9f3feaf2f545f236a2cb5efc081c5c4959cec1d;hp=8c41c424597408e8f9abec588fec9230d35b0627;hpb=288bd8baa5fee8ef1407addc316d3d331223cadd;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Changes b/Changes index 8c41c42..7e57943 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ 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. + + Fix : The ->type forgot how to really accept $^O since the rewrite. + Reported by Bruce McKenzie in RT #43643. + + Upd : META.yml spec updated to 1.4. + 1.02 2008-08-23 09:15 UTC + Add : The 'anchor' metacharacter class.