Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: a53b949ec7494e067c6f2182b152a75a56953123
https://github.com/Perl/perl5/commit/a53b949ec7494e067c6f2182b152a75a56953123
Author: Lukas Mai <[email protected]>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M t/run/switches.t
Log Message:
-----------
t/run/switches.t: touch up -s section
- move "bug id" comment where it was originally placed: before the
"#!perl -s" test
- add GH ticket number and short description
- remove 2-arg open
Commit: 597f346346b87eee3d480d86b8610542610db115
https://github.com/Perl/perl5/commit/597f346346b87eee3d480d86b8610542610db115
Author: Lukas Mai <[email protected]>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M perl.c
M t/run/switches.t
Log Message:
-----------
mark -s switches as UTF-8 with -CA
-CA (also known as PERL_UNICODE=A) tells perl to assume the command-line
arguments to be UTF-8. This did not apply to the global variables
implicitly created by -s, however, only to the elements of @ARGV.
Logically speaking it does not make sense to have half a command line
treated as UTF-8, so this patch makes -CA apply to everything.
Fixes #23377.
Commit: 87a16f665d01ed72959b9a366e8ab74a97f9cb4b
https://github.com/Perl/perl5/commit/87a16f665d01ed72959b9a366e8ab74a97f9cb4b
Author: Lukas Mai <[email protected]>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
perldelta for the -CA -s interaction fix
Compare: https://github.com/Perl/perl5/compare/ed152e101293...87a16f665d01
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications