perl5
perl5 copied to clipboard
🐪 The Perl programming language
There are and have been multiple bug reports over the years related to caller() showing bogus data about require call frames. For example issue #15109 and I believe #4125 and...
Migrated from [rt.perl.org#78282](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=78282) (status was 'new') Searchable as RT78282$
Also I don't see any traces that [`Term::ReadKey`][a] is used (`rg ReadKey /usr/share/perl5 /usr/lib/perl5`). I'm running `perl-5.36.0` under Linux. And it doesn't seem like installing it makes any difference. Is...
The `split(/,/,q{foo,bar})` seems to still happen. This is the currently documented case: $ perl -MO=Deparse '-MList::Util=any,all' -e1 use List::Util (split(/,/, 'any,all', 0)); '???'; -e syntax OK And these work too...
We're in user-visible changes freeze, so this PR will probably have to wait until it's over.
At least for Linux, distinguishing an error from the end of the directory listing is done by setting errno to 0 and then calling readdir(). Errno will then be set...
Highlights: - Group the output per dist (before there was no grouping so all output was in one big block) - Continue when one dist fails (before it would stop...
**Where** Exporter.pm **Description** The `Exporter` docs state: > Exporting variables is not a good idea. They can change under the hood, provoking horrible effects at-a-distance that are too hard to...
Module: Sys-Syslog、File/stat.t **Description** I get two error on test stage , we have log, but it is hard to reproduce it. log: http://117.78.1.88:82/obs_build_log/openEuler:22.09/aarch64/perl/ 1.  2.  **Steps to Reproduce**...