Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/doc
  • Loading branch information
Paul Cochrane committed Feb 28, 2015
2 parents bb3a7f5 + b0c06de commit ae5d229
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions t/pod-htmlify.t
Expand Up @@ -2,17 +2,10 @@ use v6;
use Test;
use lib 'lib';

BEGIN {
try {
EVAL "use URI::Escape";
CATCH {
default {
warn "URI::Escape required to run these tests";
plan 0;
exit;
}
}
}
unless (try require URI::Escape) {
warn "URI::Escape required to run these tests";
plan 0;
exit;
}

plan 3;
Expand Down

0 comments on commit ae5d229

Please sign in to comment.