From b452276fd2b64718bd217a38e8d0450129f8086f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 24 Jun 2017 14:40:12 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 6 +++--- lib/Lyrics/Fetcher/LyricsTranslate.pm | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 2aa17fb..89068fb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Lyrics::Fetcher::LyricsTranslate. +0.002001 2017-06-24T14:40+03:00 + - Make module work with the new site layout + 0.002 2016-10-15T18:11+01:00 - Allow searching for translations to languages other than English diff --git a/README b/README index e6fc4bb..1b0047a 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Lyrics-Fetcher-LyricsTranslate version 0.002 -============================================ +Lyrics-Fetcher-LyricsTranslate version 0.002001 +=============================================== This module tries to get translated lyrics from http://lyricstranslate.com. It searches for a translation of the given @@ -26,7 +26,7 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Copyright (C) 2016 by Marius Gavrilescu +Copyright (C) 2016-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.0 or, diff --git a/lib/Lyrics/Fetcher/LyricsTranslate.pm b/lib/Lyrics/Fetcher/LyricsTranslate.pm index 3c1016e..2ae56b2 100644 --- a/lib/Lyrics/Fetcher/LyricsTranslate.pm +++ b/lib/Lyrics/Fetcher/LyricsTranslate.pm @@ -8,7 +8,7 @@ use HTML::TreeBuilder; use HTTP::Tiny; use Scalar::Util qw/looks_like_number/; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; our $BASE_URL = 'http://lyricstranslate.com'; # 0 means (from) any language; the following arguments are the # destination language, artist, and title. The meaning of the last @@ -446,7 +446,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2016 by Marius Gavrilescu +Copyright (C) 2016-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.0 or, -- 2.30.2