Bump version and update Changes
[lyrics-fetcher-lyricstranslate.git] / README
... / ...
CommitLineData
1Lyrics-Fetcher-LyricsTranslate version 0.002001
2===============================================
3
4This module tries to get translated lyrics from
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.
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
29Copyright (C) 2016-2017 by Marius Gavrilescu
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.008508 seconds and 4 git commands to generate.