Revision history for Perl extension App::MusicExpo.
+1.003 2017-05-27T22:15+01:00
+ - Add a "Previous" button to the player
+ - Make code perlcritic-compliant
+
1.002001 2016-10-29T00:25+01:00
- Fix t/musicexpo-cache.t for systems with MP4::Info (RT #118534)
-App-MusicExpo version 1.002001
-==============================
+App-MusicExpo version 1.003
+===========================
App::MusicExpo creates a HTML table from a list of songs.
COPYRIGHT AND LICENCE
-Copyright (C) 2013-2016 by Marius Gavrilescu
+Copyright (C) 2013-2017 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
use strict;
use warnings;
-our $VERSION = '1.002001';
+our $VERSION = '1.003';
use HTML::Template::Compiled qw//;
use Memoize qw/memoize/;
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2013-2016 by Marius Gavrilescu
+Copyright (C) 2013-2017 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,