File: 19buzzhumor.t

package info (click to toggle)
clive 2.2.13-5%2Bsqueeze5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 600 kB
  • ctags: 199
  • sloc: perl: 2,355; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env perl -I./t/lib

use warnings;
use strict;

use Test::More;
if ( $ENV{NO_INTERNET} ) {
    plan skip_all => "No internet during package build";
}
else {
    plan tests => 1;
}
use Test::clive;

Test::clive::host(qq|http://www.buzzhumor.com/videos/32561/Girl_Feels_Shotgun_Power|);