We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fe1fc commit 384a530Copy full SHA for 384a530
t/manifypods_with_utf8.t
@@ -7,13 +7,8 @@ use lib 't/lib';
7
blib_load('Module::Build');
8
blib_load('Module::Build::ConfigData');
9
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;
+use MBTest;
+plan($] > 5.008 ? (tests => 2) : skip_all => 'UTF-8 manpages require perl 5.8.1');
17
use File::Spec::Functions qw( catdir );
18
19
use Cwd ();
0 commit comments