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 51e7795 commit 1d55515Copy full SHA for 1d55515
t/MM_Cygwin.t
@@ -116,7 +116,7 @@ SKIP: {
116
117
# Our copy of Perl (with a unix-path) should always be executable.
118
SKIP: {
119
- skip "The Perl may not be installed yet when in core" if $ENV{PERL_CORE};
+ skip "The Perl may not be installed yet when in core", 1 if $ENV{PERL_CORE};
120
ok(MM->maybe_command($Config{perlpath}), qq{'$Config{perlpath}' should be executable});
121
}
122
0 commit comments