Fix test failures when running under CATALYST_DEBUG. RT#95358
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 86c8a1f..fa58fa2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@
 
   - Fix spelling, grammar and structural errors in POD
   - Remove redundant ->setup call in t/head_middleware.t RT#95361
+  - Fix test failures when running under CATALYST_DEBUG. RT#95358
 
 5.90064 - 2014-05-05
   - Fix for mindless broken tests on Win32 (Haarg++).