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