aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-01 23:02:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-01 23:02:15 +1300
commitb59446663609def4c42429b7497bdd3ff4d1b51e (patch)
treed820520030d498d0180673f658969f1bb4da7aff
parentPut actual information about 0.01 in Changes (diff)
downloadMusic-Lyrics-LRC-b59446663609def4c42429b7497bdd3ff4d1b51e.tar.gz
Music-Lyrics-LRC-b59446663609def4c42429b7497bdd3ff4d1b51e.zip
Bump version number to 0.02v0.02
Still not CPANnable, but getting there.
-rw-r--r--Changes6
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Music/Lyrics/LRC.pm4
3 files changed, 9 insertions, 3 deletions
diff --git a/Changes b/Changes
index 699a7ae..9c3b72f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for Music-Lyrics-LRC
+0.02 2017-11-01
+
+ - All of the interface methods I have in mind now implemented and tested, and
+ passing some very un-rigorous testing. No proper test suite yet and
+ documentation still skeletal.
+
0.01 2017-10-06
- Beginnings of development; load() method barely working.
diff --git a/Makefile.PL b/Makefile.PL
index 10b68df..be3c8cf 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,7 +25,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'Music::Lyrics::LRC' => {
- version => '0.01',
+ version => '0.02',
file => 'lib/Music/Lyrics/LRC.pm',
},
},
diff --git a/lib/Music/Lyrics/LRC.pm b/lib/Music/Lyrics/LRC.pm
index b0470b8..0397a14 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -13,7 +13,7 @@ use English '-no_match_vars';
use 5.006;
# Declare package version
-our $VERSION = '0.01';
+our $VERSION = '0.02';
# Patterns to match elements of the LRC file; these are somewhat tolerant
our %RE = (
@@ -263,7 +263,7 @@ Music::Lyrics::LRC - Manipulate LRC karaoke lyrics files
=head1 VERSION
-Version 0.01
+Version 0.02
=head1 SYNOPSIS