Set POD encoding to utf-8
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 22:57:11 +0000 (01:57 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 22:57:11 +0000 (01:57 +0300)
lib/App/MusicExpo.pm
musicexpo

index 32715ae1680671c029729fa65b99f926670be995..b2d1cb201032b59dcb995ec1566d0423901652f5 100644 (file)
@@ -156,6 +156,8 @@ HTML
 
 __END__
 
+=encoding utf-8
+
 =head1 NAME
 
 App::MusicExpo - script which generates a HTML table of music tags
index be323d064de6bb1a98a777fe8d06e949a62ada45..a850ec1cb26a1a83b8df6d026e3fa3e79b565cf3 100755 (executable)
--- 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
This page took 0.010846 seconds and 4 git commands to generate.