From 7ad33daced75c2479204f462e49baa9683f6ca0c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 15 Oct 2016 18:11:31 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 9 +++++---- lib/Lyrics/Fetcher/LyricsTranslate.pm | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 15b9362..2aa17fb 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension Lyrics::Fetcher::LyricsTranslate. +0.002 2016-10-15T18:11+01:00 + - Allow searching for translations to languages other than English + 0.001 2016-09-01T00:35+01:00 - Initial release diff --git a/README b/README index 3b6ad56..e6fc4bb 100644 --- a/README +++ b/README @@ -1,10 +1,11 @@ -Lyrics-Fetcher-LyricsTranslate version 0.001 +Lyrics-Fetcher-LyricsTranslate version 0.002 ============================================ This module tries to get translated lyrics from -http://lyricstranslate.com It does a search for a translation of the -given artist and song title from any language to English, and returns -the contents of the first result found. +http://lyricstranslate.com. It searches for a translation of the given +artist and song title from any language to a requested language (which +defaults to English), and returns the contents of the first result +found. INSTALLATION diff --git a/lib/Lyrics/Fetcher/LyricsTranslate.pm b/lib/Lyrics/Fetcher/LyricsTranslate.pm index f1ee778..983c548 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.001'; +our $VERSION = '0.002'; 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 -- 2.30.2