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
 
 
-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
 
 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,
 
 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
 
 =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,