From 96120c9d081774625681647322778d48180b0755 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sun, 5 Jun 2016 22:12:24 +0100 Subject: [PATCH] 'use encoding' is deprecated. --- t/18-unicode.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/18-unicode.t b/t/18-unicode.t index 75c780e..d20f8dd 100644 --- a/t/18-unicode.t +++ b/t/18-unicode.t @@ -1,7 +1,7 @@ # $Id$ use strict; -use encoding "utf-8"; +use utf8; use Test::More skip_all => "Skipping Unicode test since it depends on LibXML"; use XML::Atom; -- 2.1.2