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