The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Search::Coveralia::Albums - search for albums on coveralia.com with WWW::Search

SYNOPSIS

  use WWW::Search;
  my $search = WWW::Search->new('Coveralia::Albums');
  $search->native_query('query');
  # see WWW::Search documentation for details

DESCRIPTION

WWW::Search::Coveralia::Albums is a subclass of WWW::Search that searches for albums 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::Artists

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.