X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApp%2FMusicExpo.pm;h=c3ee03a7d2fa858e31ea3de847f1d0e71daaa52b;hb=aa46057307cb8c8c9aa66a19693bf3aab1797639;hp=d6ce05e4d168b4f352e9f4d6cae48536ae62be43;hpb=7eb41a1b6c5aba73fdf57ada710e3fff0a28ffe1;p=app-musicexpo.git diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index d6ce05e..c3ee03a 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -3,7 +3,7 @@ use v5.14; use strict; use warnings; -our $VERSION = 0.003; +our $VERSION = 0.003001; use Audio::FLAC::Header qw//; use HTML::Template::Compiled qw//; @@ -33,8 +33,9 @@ GetOptions ( sub fix{ - utf8::decode($_[0]); - $_[0] + my $copy = $_[0]; + utf8::decode($copy); + $copy } sub flacinfo{