From: Marius Gavrilescu Date: Sat, 15 Oct 2016 17:11:31 +0000 (+0100) Subject: Bump version and update Changes X-Git-Tag: 0.002^0 X-Git-Url: http://git.ieval.ro/?p=lyrics-fetcher-lyricstranslate.git;a=commitdiff_plain;h=7ad33daced75c2479204f462e49baa9683f6ca0c Bump version and update Changes --- 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