Bump version and update Changes 1.002001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Oct 2016 23:25:01 +0000 (00:25 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Oct 2016 23:25:01 +0000 (00:25 +0100)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index d798f8df38fc5748d5406a5ff0580b3e365f9391..b3c9fd675e6cae2d5d36ca7108b56843521b4a13 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension App::MusicExpo.
 
+1.002001 2016-10-29T00:25+01:00
+ - Fix t/musicexpo-cache.t for systems with MP4::Info (RT #118534)
+
 1.002 2016-10-22T18:40+01:00
  - Make all tag parsing libraries optional ("recommends" in META.json)
  - Don't die when fed unrecognised files (ignore them instead)
diff --git a/README b/README
index a3977126ff46f647faf8d0e1ada5f2cf5a7b264e..c1e24953932ca872ca363c6f48763642fb9f1583 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-MusicExpo version 1.002
-===========================
+App-MusicExpo version 1.002001
+==============================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
index 460b1c2982866003f0e790ae213dabc680346a88..49276c124703efb78393e0c19e1c4d6db3f4dced 100644 (file)
@@ -3,7 +3,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '1.002';
+our $VERSION = '1.002001';
 
 use HTML::Template::Compiled qw//;
 use Memoize qw/memoize/;
This page took 0.012987 seconds and 4 git commands to generate.