Revision history for Perl extension App::MusicExpo.
+1.001_001 2016-08-20T10:38-04:00
+ - Implement opus using Audio::Opusfile
+ - Next stable version should make all tag parsing libraries optional
+
1.001_000 2016-07-22T23:39-04:00
- Implement opus badly (by calling opusinfo)
- Next version should use libopusinfo
-App-MusicExpo version 1.001_000
+App-MusicExpo version 1.001_001
===============================
App::MusicExpo creates a HTML table from a list of songs.
This module requires these other modules and libraries:
* Audio::FLAC::Header
+ * Audio::Opusfile
* HTML::Template::Compiled
* MP3::Info
* MP4::Info
use strict;
use warnings;
-our $VERSION = '1.001_000';
+our $VERSION = '1.001_001';
use Audio::FLAC::Header qw//;
use HTML::Template::Compiled qw//;