Deprecate module
[www-search-torrentz.git] / t / WWW-Search-Torrentz.t
CommitLineData
e605ae0f
MG
1#!/usr/bin/perl -w
2use strict;
3use warnings;
4
5use WWW::Search::Test;
47d688d7 6use Test::More skip_all => 'torrentz.eu was shut down';
a1d7294b 7
e605ae0f
MG
8BEGIN { use_ok('WWW::Search::Torrentz') };
9
10tm_new_engine('Torrentz');
11tm_run_test(normal => $WWW::Search::Test::bogus_query, 0, 0);
34cc7bcc 12tm_run_test(normal => 'linux', 20, undef);
e605ae0f
MG
13
14done_testing;
This page took 0.010238 seconds and 4 git commands to generate.