Revision history for Perl extension App::MusicExpo.
+0.004 2014-10-25T15:20+03:00
+ - Add MP4 support
+ - Use tags from all versions of a file, not just from the first one
+
0.003003 2014-09-07T00:56+03:00
- Switch to JSON::MaybeXS
- Handle UTF-8 correctly
-App-MusicExpo version 0.003002
-==============================
+App-MusicExpo version 0.004
+===========================
App::MusicExpo creates a HTML table from a list of songs.
* HTML::Template::Compiled
* Memoize
* MP3::Tag
- * DB_File
+ * MP4::Info
+ * JSON::MaybeXS
* Ogg::Vorbis::Header::PurePerl
COPYRIGHT AND LICENCE
use strict;
use warnings;
-our $VERSION = '0.003003';
+our $VERSION = '0.004';
use Audio::FLAC::Header qw//;
use HTML::Template::Compiled qw//;