aboutsummaryrefslogtreecommitdiff
path: root/lib/Music/Lyrics/LRC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Music/Lyrics/LRC.pm')
-rw-r--r--lib/Music/Lyrics/LRC.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Music/Lyrics/LRC.pm b/lib/Music/Lyrics/LRC.pm
index c0de459..73003b0 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -13,7 +13,7 @@ use Carp;
use English '-no_match_vars';
# Declare package version
-our $VERSION = '0.13';
+our $VERSION = '0.14';
# Patterns to match elements of the LRC file; these are somewhat tolerant
our %RE = (
@@ -272,7 +272,7 @@ Music::Lyrics::LRC - Manipulate LRC karaoke timed lyrics files
=head1 VERSION
-Version 0.13
+Version 0.14
=head1 DESCRIPTION
@@ -309,9 +309,9 @@ Constructor method. Accepts a hash with one attribute C<verbose>. This
specifies whether the module will C<warn> explicitly when it cannot parse an
input line from a file. It defaults to 0.
- my $lrc = MRC::Lyrics::LRC->new();
+ my $lrc = Music::Lyrics::LRC->new();
...
- my $lrc_verbose = MRC::Lyrics::LRC->new(verbose => 1);
+ my $lrc_verbose = Music::Lyrics::LRC->new(verbose => 1);
...
=head2 C<lyrics()>