]> iEval git - www-offliberty.git/blobdiff - t/50-network.t
Bump version and update Changes
[www-offliberty.git] / t / 50-network.t
index 59e77b158ca3fc75a5967e891866b8afb06bee35..14a9cb9e72dd1bdda4e169e050ed66b9148324ad 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 use strict;
 use warnings;
 
@@ -8,7 +8,7 @@ use WWW::Offliberty qw/off/;
 
 my @results;
 @results = off "http://youtube.com/watch?v=Tj75Arhq5ho";
-is @results, 1, 'youtube';
+cmp_ok @results, '>=', 1, 'youtube';
 
 @results = off "http://youtube.com/watch?v=Tj75Arhq5ho", video_file => 1;
 is @results, 2, 'youtube, video_file => 1';
This page took 0.021813 seconds and 4 git commands to generate.