perl5
perl5 copied to clipboard
🐪 The Perl programming language
See #22291 * This set of changes does not require a perldelta entry.
Some API elements exist only so that already-existing uses of them can continue to use them without change. Generally newer/shinier methods have come along to accomplish the tasks these do,...
Module:perl-5.26.2 **Description** When I was compiling buildroot, there was a segment error. Below is my log information **Steps to Reproduce** **Expected behavior** 2025-05-24T23:12:56 >>> host-perl 5.26.1 Building 2025-05-24T23:12:56 PATH="/home/jony/apps/rk3568_linux_sdk/buildroot/output/rockchip_rk3568/host/bin:/home/jony/apps/rk3568_linux_sdk/buildroot/output/rockchip_rk3568/host/sbin:/usr/bin:/bin:/sbin:/usr/local/bin" PKG_CONFIG="/home/jony/apps/rk3568_linux_sdk/buildroot/output/rockchip_rk3568/host/bin/pkg-config"...
Any CLONE method that needs to call `sv_clone()` and friends needs to pass this on as an argument. On older releases such an argument would not be passed, so they...
POSIX::strftime() returns empty string if format contains UTF-8 characters. Module: POSIX **Description** The following script prints empty string instead of second time: ``` perl #!/usr/bin/env perl use strict; use warnings;...
This series of commits improves the way various OPs are displayed by Perl_op_dump() (as used by perl -Dx) and by Perl_debop() (as used by perl -Dt). In particular it tries,...
From Changelog: 3.47 2025-05-15 Karl Williamson - No git-related files in MANIFEST James Keenan++ - Rename method and field to avoid conflicts Graham Knop++ 3.46 2025-05-12 Karl Williamson - XHTML:...
Increment $VERSION. For 'make test_porting', committer had to run: ./perl -Ilib regen/regcharclass.pl ./perl -Ilib regen/mk_invlists.pl
As of perl developmental release 5.41.2 (3c9d78c0eb151a4917a98f20de4b2bd603dbef05 in the Perl core distribution), the podlators distribution now supports and itself uses semantic versioning. ``` commit 3c9d78c0eb151a4917a98f20de4b2bd603dbef05 Author: Russ Allbery AuthorDate: Sun...
Module: **Description** When debugging #23310 I found that `porting/diag.t` was accumulating code from: ``` C. Hence if C is C, it would call C as: croak("Usage: %" SVf "::%" SVf...