aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-02 11:23:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-02 11:23:27 +1300
commitf9b88fba5865c0faeb6272fa6e6ed282f3bacb7c (patch)
tree31ea0fe128dfa3e4046c7ddbf4087cd816a45d92 /urxvt
parentAdd linting targets (diff)
downloaddotfiles-f9b88fba5865c0faeb6272fa6e6ed282f3bacb7c.tar.gz
dotfiles-f9b88fba5865c0faeb6272fa6e6ed282f3bacb7c.zip
Appease perlcritic(1) on clip
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/ext/clip3
1 files changed, 3 insertions, 0 deletions
diff --git a/urxvt/ext/clip b/urxvt/ext/clip
index b09eadfe..562ac180 100644
--- a/urxvt/ext/clip
+++ b/urxvt/ext/clip
@@ -4,6 +4,9 @@
use strict;
use warnings;
+use utf8;
+
+use 5.006;
use Carp;