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 29ba6e0 commit c4abec4Copy full SHA for c4abec4
t/fixin.t
@@ -126,7 +126,7 @@ END
126
}
127
128
SKIP: {
129
- skip "Not relevant on VMS or MSWin32", 6 if $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin';
+ skip "Not relevant on VMS or MSWin32", 3 if $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin';
130
local $ENV{PERL_MM_SHEBANG}='relocatable';
131
test_fixin(<<END,
132
#!/usr/bin/env perl
0 commit comments