Bump version and update Changes
[www-search-coveralia.git] / README
CommitLineData
a97b490d
MG
1WWW-Search-Coveralia version 0.000_001
2======================================
3
4WWW::Search::Coveralia is a subclass of WWW::Search that searches the L<http://coveralia.com> cover art website.
5
6Currently, it can be used to search for artists (WWW::Search::Coveralia::Artists) or albums (WWW::Search::Coveralia::Albums). This will be extended in future versions.
7
8INSTALLATION
9
10To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21* WWW::Search
22* List::MoreUtils
23* PerlX::Maybe
24* HTML::TreeBuilder
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2014 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.18.2 or,
32at your option, any later version of Perl 5 you may have available.
33
34
This page took 0.009741 seconds and 4 git commands to generate.