Revision history for Perl extension App::MusicExpo.
+0.003002 2014-08-17T02:05+03:00
+ - CPAN Day cleanup release
+ - Improve musicexpo POD
+ - Set POD encoding to utf-8
+ - Reindent and refactor Makefile.PL
+ - Update README
+ - Update copyright years
+
0.003001 2014-01-02T12:33:11
- Make empty.ogg longer (RT #91794 and #43693)
- Add SIGN => 1 to Makefile.PL
-App-MusicExpo version 0.002
-===========================
+App-MusicExpo version 0.003002
+==============================
App::MusicExpo creates a HTML table from a list of songs.
use strict;
use warnings;
-our $VERSION = 0.003001;
+our $VERSION = '0.003002';
use Audio::FLAC::Header qw//;
use HTML::Template::Compiled qw//;