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

This fixes #15355 This is not yet including the optimization for single-arg system() that doesn't contain metacharacter. I should probably add that before undrafting this. It also doesn't include Configure...

hasConflicts

C99 floating-point comparison (`isgreater`, `isunordered`, ...), classification (`isinf`, `isfinite`, ...) and `signbit` macros are semantically boolean functions returning `int`, but their corresponding XSUBs in POSIX.xs used to return NV. This...

Supports the same syntax/semantics as `use feature`, in that * `:major.minor` accepted * `:major.minor.patch` accepted but patch number is ignored - anything goes Not (yet) integrated into the main `use...

hasConflicts

fixes #19245 It might be better to clear seen_sig after a sub is parsed, I'm not sure.

hasConflicts

The paragraph starts: > On a related issue, old modules may possibly be affected by the changes in the Perl language in the current release. Previously it made no indication...

documentation
awaiting response

why we don't make it simple and clean

This tests that when we kill a process through a shell, we get the correct exit code and signal. Unfortunately, this fails on some versions of Ubuntu and `dash`, which...

do not merge

It's always been possible to extract a reference to the IO SV from a glob, and use that for I/O, but such use would set PL_last_in_gv to a temporary GV...

hasConflicts

The output here kinda exemplifies bug #19063.

documentation
Closable?