<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 96120c9d081774625681647322778d48180b0755 Mon Sep 17 00:00:00 2001
From: Dave Cross &lt;dave@dave.org.uk&gt;
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 =&gt; "Skipping Unicode test since it depends on LibXML";
 use XML::Atom;
-- 
2.1.2

</pre></body></html>