]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blobdiff - Changes
Stop bundling author tests
[perl/modules/Regexp-Wildcards.git] / Changes
diff --git a/Changes b/Changes
index 9c3988818a77d1a393e366b0969ce4aeab696abc..7e57943939aab1927d9331e9d09129ccb3184d1c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,38 @@
 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.
+
+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.