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

NAME

WWW::Search::Torrentz - [DEPRECATED] search torrentz.eu with WWW::Search

SYNOPSIS

  use WWW::Search;
  my $search = WWW::Search->new('Torrentz');
  $search->gui_query('query');
  say $_->title while $_ = $search->next_result;

DESCRIPTION

This module is deprecated since https://torrentz.eu was shut down in August 2016.

WWW::Search::Torrentz is a subclass of WWW::Search that searches the https://torrentz.eu search aggregator.

To use this module, read the WWW::Search documentation.

Search results are instances of the WWW::Search::Torrentz::Result class.

Available optional WWW::Search methods:

gui_query

Identical to native_query.

approximate_result_count

Returns the exact result count, as indicated by Torrentz.

SEE ALSO

https://torrentz.eu/help, WWW::Search, WWW::Search::Torrentz::Result

AUTHOR

Marius Gavrilescu, <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2013 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.1 or, at your option, any later version of Perl 5 you may have available.