Bump version and update Changes 0.003002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 23:05:00 +0000 (02:05 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 23:05:00 +0000 (02:05 +0300)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index 4050dded178e5b1d45373f7a09bd0dcaf1e10ebf..d4983de5cdfa0dc5567f6c02acb01da54fae821c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 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
diff --git a/README b/README
index dd1c1d1c32b8f10b02f7c6ab37d27578cc1d20fb..7b0eb401cdd4e30d3269e2c0267440dd6b825cf7 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-MusicExpo version 0.002
-===========================
+App-MusicExpo version 0.003002
+==============================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
index 9927bfc0b9dbff7507e84c93659fe1e69022a94e..242e0df0cd19d66cba78cc883ad27b3c965edfb6 100644 (file)
@@ -3,7 +3,7 @@ use v5.14;
 use strict;
 use warnings;
 
-our $VERSION = 0.003001;
+our $VERSION = '0.003002';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
This page took 0.014371 seconds and 4 git commands to generate.