From 03a84dad841456424858d3a83b2e9da3ee5203cf Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 00:39:38 +0300 Subject: [PATCH] Set POD encoding to utf-8 --- lib/POE/Component/IRC/Plugin/Infobot.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/POE/Component/IRC/Plugin/Infobot.pm b/lib/POE/Component/IRC/Plugin/Infobot.pm index 1527d86..5277c35 100644 --- a/lib/POE/Component/IRC/Plugin/Infobot.pm +++ b/lib/POE/Component/IRC/Plugin/Infobot.pm @@ -131,6 +131,8 @@ sub S_msg{ 1; __END__ +=encoding utf-8 + =head1 NAME POE::Component::IRC::Plugin::Infobot - Add infobot features to an PoCo-IRC -- 2.30.2