aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-01 23:43:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-01 23:43:00 +1300
commit274ae52a745b6ee972c17f748624a88dc395dece (patch)
tree6c32d7fd714171164d23c2af30f21494e31beb23 /lib
parentRebuild README.markdown from POD (diff)
downloadMusic-Lyrics-LRC-274ae52a745b6ee972c17f748624a88dc395dece.tar.gz
Music-Lyrics-LRC-274ae52a745b6ee972c17f748624a88dc395dece.zip
Add missing @_ to set_tag() parameter slurping
Diffstat (limited to 'lib')
-rw-r--r--lib/Music/Lyrics/LRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Music/Lyrics/LRC.pm b/lib/Music/Lyrics/LRC.pm
index 08baa36..2339224 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -125,7 +125,7 @@ sub add_lyric {
# Set the value of a tag
sub set_tag {
- my ( $self, $name, $value );
+ my ( $self, $name, $value ) = @_;
# Check parameters
$name !~ m/ [:\v] /msx