Do the right thing with encoding output to avoid 'wide character in syswrite. Change...
[catagits/Gitalist.git] / lib / Gitalist.pm
index 9ca78a7..84a9980 100644 (file)
@@ -8,8 +8,10 @@ extends 'Catalyst';
 
 use Catalyst qw/
                 ConfigLoader
+                Unicode::Encoding
                 Static::Simple
-                StackTrace/;
+                StackTrace
+/;
 
 our $VERSION = '0.01';