From f9b88fba5865c0faeb6272fa6e6ed282f3bacb7c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Oct 2015 11:23:27 +1300 Subject: Appease perlcritic(1) on clip --- urxvt/ext/clip | 3 +++ 1 file changed, 3 insertions(+) (limited to 'urxvt/ext') 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; -- cgit v1.2.3