Fix t/54taint.t failures on perl-in-hell-in-space
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 36dfaeb..0cda709 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ Revision history for DBIx::Class
     * Misc
         - Depend on newer Moo, to benefit from a safer runtime (RT#93004)
         - Fix intermittent failures in the LeakTracer on 5.18+
+        - Fix failures of t/54taint.t on Windows with spaces in the $^X
+          executable path (RT#101615)
 
 0.082810 2014-10-25 13:58 (UTC)
     * Fixes