Revision history for Perl extension App::MusicExpo.
 
+1.000 2016-05-21T18:40+01:00
+ - Make perlcritic happy and add perlcritic test
+ - Mark as stable
+
 0.006 2015-08-02T01:05+03:00
  - Use fragments for music player to allow linking
  - Fix caching
 
-App-MusicExpo version 0.006
+App-MusicExpo version 1.000
 ===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2013-2015 by Marius Gavrilescu
+Copyright (C) 2013-2016 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 = '0.006';
+our $VERSION = '1.000';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2015 by Marius Gavrilescu
+Copyright (C) 2013-2016 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,