Add: t/$host.t: NO_INTERNET variable support (closes issue #24).
[clive.git] / t / 06lastfm.t
blob1e8ef878b4b814aa77fa663246c28d69bc2c10dc
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.last.fm/music/Johnny+Cash/+videos/+1-AOtl60OOhsM|);