repo.or.cz
/
clive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Word play.
[clive.git]
/
t
/
16clipfish.t
blob
08e1838e15690507bdfa4ca41f657d8154105ee8
1
#!/usr/bin/env perl -I./t/lib
2
3
use
warnings
;
4
use
strict
;
5
6
use
Test
::
More
;
7
if
(
$ENV
{
NO_INTERNET
} ) {
8
plan skip_all
=>
"No internet during package build"
;
9
}
10
else
{
11
plan tests
=>
1
;
12
}
13
use
Test
::
clive
;
14
15
Test
::
clive
::
host
(
qq
|
http
:
//
www
.
clipfish
.
de
/video/
3100131
/matratzendomino/
|);