mc: submit perl warnings patch upstream

(From OE-Core rev: b86a6c4f233c3a7716a8ac10951ffbc92f2fd1c1)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2022-09-01 09:21:19 +02:00
committed by Richard Purdie
parent d3a6ccf58a
commit 8764a2adb9

View File

@@ -17,7 +17,7 @@ So replace "perl -w" with "use warnings" to make it work.
The man2hlp.in already has "use warnings;", so just remove '-w' is OK.
Upstream-Status: Pending
Upstream-Status: Submitted [https://github.com/MidnightCommander/mc/pull/174]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---