Skip to content

Commit

Permalink
make Data::Util as optional test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Feb 1, 2011
1 parent bbb1206 commit 5d288f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/01-vimonline-scriptpage.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ use strict;
use warnings;

use Test::More;
plan skip_all => "Data::Util is required for this test" unless eval "use Data::Util qw/:check/; 1";

use Path::Class;
use Data::Util qw(:check);
use URI;
use Regexp::Common qw(URI);

Expand Down

0 comments on commit 5d288f7

Please sign in to comment.