aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit2cl1
1 files changed, 1 insertions, 0 deletions
diff --git a/git2cl b/git2cl
index 42b94f8..8478449 100755
--- a/git2cl
+++ b/git2cl
@@ -59,6 +59,7 @@ use strict;
use POSIX qw(strftime);
use Text::Wrap qw(wrap);
use FileHandle;
+use open qw/:std :utf8/;
use constant EMPTY_LOG_MESSAGE => '*** empty log message ***';