perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

🐪 The Perl programming language

Results 589 perl5 issues
Sort by recently updated
recently updated
newest added

Module: Path-Class-0.37 **Description** On MS Windows with perl-5.34.0 or later, we find that during the the running of the test suite. t/01-basic.t fails with: ``` t/01-basic.t .......... 1/78 Can't call...

BBC
distro-mswin32

If this flag is set, then the `CvXSUBANY(cv).any_sv` pointer will have its reference count decremented when the CV itself is freed. This is useful for XS extensions that wish to...

squash-before-merge

`PerlIO::get_layers` used to not work with IO references, now it does. ``` perl -MPerlIO -E 'my @ls = PerlIO::get_layers(*STDOUT{IO}); say("[@ls]")' ``` This fixes #20058

From Changes: 1.09 Sun 31 Jul 2022 * Skip for thread safety tests on Perl 5.10.0 * Drastically improved Memoized::NDBM_File EXISTS shim * Minimum Perl version set at 5.6 *...

This allows the existing `undef` OP to act on a pad SV. The following two cases are optimized: `undef my $x`, currently implemented as: ``` 4 undef vK/1 ->5 3...

In https://github.com/Perl/perl5/pull/20067, @haarg prepared a p.r. to synch the most recent version of JSON::PP (4.11) into blead. Since (a) [CPANtesters results for this version](http://matrix.cpantesters.org/?dist=JSON-PP+4.11) looked good; (b) we trust the...

BBC

Cleanup some code in locale.c: `Perl_init_i18nl10n` which sets/prints the fallback locale that was used. Note: this does alter the output of the message slightly, if this is not wanted then...

Add a tool which can clean up whitespace in a commit intelligently based on git-blame. Will ONLY modify lines that were changed unless asked to do the whole file. Will...

Infrastructure