summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2217bf2)
raw | patch | inline | side by side (parent: 2217bf2)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 13 Sep 2009 20:38:49 +0000 (22:38 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 13 Sep 2009 20:38:49 +0000 (22:38 +0200) |
This is done by using "use open ':locale';" - what a mess …
identica.pl | patch | blob | history |
diff --git a/identica.pl b/identica.pl
index 35a2c3960e55793b3e9174b60312b7ccf9c933f9..987569d89a481ac467f589db48011a75d608d0be 100755 (executable)
--- a/identica.pl
+++ b/identica.pl
use warnings;
use utf8;
+use open ':locale';
use Term::ANSIColor;