Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb24e125

Browse files
committed
Fix perlcritic warnings
1 parent73c8596 commitb24e125

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ package Mkvcbuild;
55
#
66
# src/tools/msvc/Mkvcbuild.pm
77
#
8-
use Carp;
9-
useif ($^Oeq"MSWin32"),'Win32';
108
use strict;
119
use warnings;
10+
11+
use Carp;
12+
useif ($^Oeq"MSWin32"),'Win32';
1213
use Project;
1314
use Solution;
1415
use Cwd;
@@ -648,7 +649,7 @@ sub mkvcbuild
648649
# 'Can't spawn "conftest.exe"'; suppress that.
649650
no warnings;
650651

651-
no strict'subs';
652+
no strict'subs';## no critic (ProhibitNoStrict)
652653

653654
# Disable error dialog boxes like we do in the postmaster.
654655
# Here, we run code that triggers relevant errors.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp