LICENSE => 'perl',
SIGN => 1,
BUILD_REQUIRES => {
- qw/Test::RequiresInternet 0
- WWW::Search::Test 0/,
+ qw/WWW::Search::Test 0/,
},
PREREQ_PM => {
qw/HTML::TreeBuilder 0
WWW-Search-Torrentz version 0.001003
====================================
+This module is deprecated since https://torrentz.eu was shut down
+in August 2016.
+
WWW::Search::Torrentz is a WWW::Search backend for the http://torrentz.eu
torrent search aggregator.
=head1 NAME
-WWW::Search::Torrentz - search torrentz.eu with WWW::Search
+WWW::Search::Torrentz - [DEPRECATED] search torrentz.eu with WWW::Search
=head1 SYNOPSIS
=head1 DESCRIPTION
-WWW::Search::Torrentz is a subclass of WWW::Search that searches the L<https://torrentz.eu> search aggregator.
+This module is deprecated since L<https://torrentz.eu> was shut down
+in August 2016.
+
+WWW::Search::Torrentz is a subclass of WWW::Search that searches the
+L<https://torrentz.eu> search aggregator.
To use this module, read the L<WWW::Search> documentation.
=head1 NAME
-WWW::Search::Torrentz::Result - a result of a WWW::Search::Torrentz search
+WWW::Search::Torrentz::Result - [DEPRECATED] a result of a WWW::Search::Torrentz search
=head1 SYNOPSIS
use warnings;
use WWW::Search::Test;
-use Test::RequiresInternet qw/torrentz.eu 443/;
-use Test::More tests => 10;
+use Test::More skip_all => 'torrentz.eu was shut down';
BEGIN { use_ok('WWW::Search::Torrentz') };