From 543d213e34ad2099259d0b9b6342b2058d05c690 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sun, 26 May 2024 23:16:01 +1000 Subject: [PATCH] fix syntax for the DESCRIPTION heading --- win32console.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32console.pm b/win32console.pm index 8e8d507..e9a1d46 100644 --- a/win32console.pm +++ b/win32console.pm @@ -49,7 +49,7 @@ PerlIO::win32console - unicode console output on windows # consoles use PerlIO::win32console "-install"; --head1 DESCRIPTION +=head1 DESCRIPTION Implements UTF-8 output to the Win32 console, using the wide character console APIs.