X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=Changes;h=f58fc98d07d78db3725cf1018707e122c96df83a;hp=7e57943939aab1927d9331e9d09129ccb3184d1c;hb=HEAD;hpb=81c26bb06329658a6299f6d86df8cbaa9748f362 diff --git a/Changes b/Changes index 7e57943..f58fc98 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Regexp-Wildcards +1.05 2013-08-24 20:15 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 1.04 can skip this update. + + Doc : POD headings are now properly linkable. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + + Upd : Package metadata overhaul. + 1.04 2011-08-25 12:50 UTC + Chg : Minor code cleanups. + Fix : Use Scalar::Util::blessed() to check objects classes. @@ -31,7 +39,7 @@ Revision history for Regexp-Wildcards + Doc : Copyright update. + Fix : Correct dependencies listing in META.yml. + Tst : Author tests overhaul. - + Tst : t/95-portability-files.t. + + Tst : t/95-portability-files.t. 0.07 2007-08-28 12:35 UTC + Fix : Tests are now strict. @@ -39,7 +47,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. @@ -57,12 +65,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.