Fix for people with utf-8 names. RT#84613
[catagits/Catalyst-Devel.git] / Changes
diff --git a/Changes b/Changes
index 5fef5eb..b5265ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+        - Write =encoding utf8 into generated Pod files so that things
+          work as expected for people with utf-8 characters in their unix
+          username as returned by getpwuid (RT#84613)
+
 1.38 2013-04-11 20:54:00
         - Remove all PAR based deployment options, as they're unsupported
           and don't even pretend to work on 5.9 RT#83936