NAME
WWW::Search::Coveralia::Artists - search for artists on coveralia.com with WWW::Search
SYNOPSIS
use
WWW::Search;
my
$search
= WWW::Search->new(
'Coveralia::Artists'
);
$search
->native_query(
'query'
);
# see WWW::Search documentation for details
DESCRIPTION
WWW::Search::Coveralia::Artists is a subclass of WWW::Search that searches for artists using the http://coveralia.com cover art website.
To use this module, read the WWW::Search documentation.
Search results are instances of the WWW::Search::Coveralia::Result::Album Class.
SEE ALSO
http://coveralia.com, WWW::Search, WWW::Search::Coveralia::Albums
AUTHOR
Marius Gavrilescu, <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, at your option, any later version of Perl 5 you may have available.