perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

🐪 The Perl programming language

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

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...

Closable?
hasConflicts

Migrated from [rt.perl.org#78282](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=78282) (status was 'new') Searchable as RT78282$

distro-All
type-core
Wishlist

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...

Fixes #18510

distro-mswin32
Closable?
hasConflicts

We're in user-visible changes freeze, so this PR will probably have to wait until it's over.

distro-mswin32
Closable?
hasConflicts

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...

Closable?
needs-work

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...

documentation

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. ![image](https://user-images.githubusercontent.com/17870505/189857800-f9723318-8148-470c-a4de-dcf85db75c2e.png) 2. ![image](https://user-images.githubusercontent.com/17870505/189857619-8eb74935-04c6-4307-9309-6765371b1bae.png) **Steps to Reproduce**...

Closable?