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

NAME

WWW::Search::Coveralia - search coveralia.com with WWW::Search

SYNOPSIS

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

DESCRIPTION

WWW::Search::Coveralia is a subclass of WWW::Search that searches the http://coveralia.com cover art website.

This module is the backend for WWW::Search::Coveralia::Artists and WWW::Search::Coveralia::Albums and should not be used directly. Read the documentation of those two modules for usage information.

SEE ALSO

http://coveralia.com, WWW::Search, WWW::Search::Coveralia::Artists, 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.