Bump version and update Changes
[lyrics-fetcher-lyricstranslate.git] / README
1 Lyrics-Fetcher-LyricsTranslate version 0.002001
2 ===============================================
3
4 This module tries to get translated lyrics from
5 http://lyricstranslate.com. It searches for a translation of the given
6 artist and song title from any language to a requested language (which
7 defaults to English), and returns the contents of the first result
8 found.
9
10 INSTALLATION
11
12 To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19 DEPENDENCIES
20
21 This module requires these other modules and libraries:
22
23 * Lyrics::Fetcher
24 * HTML::Tree
25 * Test::RequiresInternet
26
27 COPYRIGHT AND LICENCE
28
29 Copyright (C) 2016-2017 by Marius Gavrilescu
30
31 This library is free software; you can redistribute it and/or modify
32 it under the same terms as Perl itself, either Perl version 5.24.0 or,
33 at your option, any later version of Perl 5 you may have available.
34
35
This page took 0.020714 seconds and 4 git commands to generate.