Revision history for Perl extension App::MusicExpo.
+0.005 2015-04-02T22:51+03:00
+ - Add a javascript player
+ - Add example CSS
+ - Drop JSON
+ - Drop taint mode
+ - Update the default template
+
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
-App-MusicExpo version 0.004
+App-MusicExpo version 0.005
===========================
App::MusicExpo creates a HTML table from a list of songs.
* Memoize
* MP3::Tag
* MP4::Info
- * JSON::MaybeXS
* Ogg::Vorbis::Header::PurePerl
COPYRIGHT AND LICENCE
-Copyright (C) 2013-2014 by Marius Gavrilescu
+Copyright (C) 2013-2015 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.004';
+our $VERSION = '0.005';
use Audio::FLAC::Header qw//;
use HTML::Template::Compiled qw//;
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2013-2014 by Marius Gavrilescu
+Copyright (C) 2013-2015 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,