From bb86a4168dde75bf8f5495b04ecbe44c3ce20741 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 01:57:11 +0300 Subject: [PATCH] Set POD encoding to utf-8 --- lib/App/MusicExpo.pm | 2 ++ musicexpo | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 32715ae..b2d1cb2 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -156,6 +156,8 @@ HTML __END__ +=encoding utf-8 + =head1 NAME App::MusicExpo - script which generates a HTML table of music tags diff --git a/musicexpo b/musicexpo index be323d0..a850ec1 100755 --- a/musicexpo +++ b/musicexpo @@ -7,6 +7,8 @@ App::MusicExpo->run; __END__ +=encoding utf-8 + =head1 NAME musicexpo - script which generates a HTML table of music tags -- 2.30.2