]> iEval git - app-musicexpo.git/blobdiff - lib/App/MusicExpo.pm
Bump version number
[app-musicexpo.git] / lib / App / MusicExpo.pm
index f75af3afab361f8f5aba470d516455846812b99f..c3ee03a7d2fa858e31ea3de847f1d0e71daaa52b 100644 (file)
@@ -1,8 +1,10 @@
-package App::MusicExpo 0.002;
+package App::MusicExpo;
 use v5.14;
 use strict;
 use warnings;
 
+our $VERSION = 0.003001;
+
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
 use Memoize qw/memoize/;
@@ -31,8 +33,9 @@ GetOptions (
 
 
 sub fix{
-  utf8::decode($_[0]);
-  $_[0]
+  my $copy = $_[0];
+  utf8::decode($copy);
+  $copy
 }
 
 sub flacinfo{
This page took 0.016378 seconds and 4 git commands to generate.