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