Skip to content

Commit 384a530

Browse files
committed
Skip utf-8 manpage tests on 5.6
1 parent 45fe1fc commit 384a530

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

t/manifypods_with_utf8.t

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ use lib 't/lib';
77
blib_load('Module::Build');
88
blib_load('Module::Build::ConfigData');
99

10-
SKIP: {
11-
unless ( Module::Build::ConfigData->feature('manpage_support') ) {
12-
skip 'manpage_support feature is not enabled';
13-
}
14-
}
15-
16-
use MBTest tests => 2;
10+
use MBTest;
11+
plan($] > 5.008 ? (tests => 2) : skip_all => 'UTF-8 manpages require perl 5.8.1');
1712
use File::Spec::Functions qw( catdir );
1813

1914
use Cwd ();

0 commit comments

Comments
 (0)