bump version.
[clive.git] / t / 12vimeo.t
blob044c41f4fecda91417dbee88ac67364dd706f4bf
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 => 2;
13 use Test::clive;
15 Test::clive::host( qq|http://vimeo.com/1485507|, "-f $_" ) foreach qw(flv hd);