From: Marius Gavrilescu Date: Sun, 18 Aug 2013 07:45:59 +0000 (+0300) Subject: Bump version to 0.002 X-Git-Tag: 0.002~3 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=c2a060a40f75330118c74644ed85b8b489136322 Bump version to 0.002 --- diff --git a/Changes b/Changes index 865eb65..8d1e018 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ -App::MusicExpo (0.001) 17 Jun 2013 - * Initial release -App::MusicExpo (0.001001) 18 Jun 2013 - * Add EXE_FILES, MIN_PERL_VERSION - * Depend on DB_File \ No newline at end of file +Revision history for Perl extension App::MusicExpo. + +0.002 Sun 18 Aug 10:41:44 EEST 2013 + * Depend on less modules + * Move default format inside the module + * Do not cache by default + * Change musicexpo's command-line arguments + * Depend on a newer MP3::Tag + * Write more tests +0.001001 18 Jun 2013 + * Add EXE_FILES, MIN_PERL_VERSION + * Depend on DB_File +0.001 17 Jun 2013 + * Initial release diff --git a/README b/README index f00e36e..1a49d09 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-MusicExpo version 0.001001 -========================== +App-MusicExpo version 0.002 +=========================== App::MusicExpo creates a HTML table from a list of songs. @@ -25,11 +25,9 @@ DEPENDENCIES This module requires these other modules and libraries: * Audio::FLAC::Header - * HTML::Entities * HTML::Template::Compiled * Memoize * MP3::Tag - * URI::Escape COPYRIGHT AND LICENCE diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 1ad3768..3c0f4b7 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -1,4 +1,4 @@ -package App::MusicExpo 0.001; +package App::MusicExpo 0.002; use v5.14; use strict; use warnings;