Skip to content

Commit

Permalink
skip without Path::Class
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Sep 16, 2008
1 parent d8941b9 commit e70697c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion t/path_class.t
Expand Up @@ -3,7 +3,12 @@
use strict; use strict;
use warnings; use warnings;


use Test::More 'no_plan'; use Test::More;

BEGIN {
plan skip_all => $@ unless eval { require Path::Class };
plan 'no_plan';
}


use ok 'Data::Stream::Bulk::Path::Class'; use ok 'Data::Stream::Bulk::Path::Class';


Expand Down

0 comments on commit e70697c

Please sign in to comment.