Remove broken ehrensenf support
[clive.git] / t / support-funnyhub.t
blob7225315d860e6c472bba4360a2c224251990a6bb
1 #!/usr/bin/env perl -I./t/lib
3 use warnings;
4 use strict;
6 use Test::More;
7 if ( $ENV{NO_INTERNET} ) {
8 plan skip_all => "No internet during package build";
10 else {
11 plan tests => 1;
13 use Test::clive;
15 Test::clive::host(
16 qq|http://www.funnyhub.com/videos/pages/crazy-hole-in-one.html|);