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

https://github.com/Perl/perl5/pull/23391 points out some inefficiencies around getting the `ref` value of an SV. This issue is to break out the specific idea of converting `if ( ref($x) eq 'REFTYPE')` into...

optimization

Dear Perl maintainer, the manpage-l10n project[1] maintains a large number of translations of man pages both from a large variety of sources (including Perl) as well for a large variety...

documentation

Dear Perl maintainer, the manpage-l10n project[1] maintains a large number of translations of man pages both from a large variety of sources (including Perl) as well for a large variety...

documentation

Dear Perl maintainer, the manpage-l10n project[1] maintains a large number of translations of man pages both from a large variety of sources (including Perl) as well for a large variety...

documentation

tl;dr: Fixes #23878 I botched this in Perl 5.42. These conditional compilation statements in locale.c were just plain wrong, causing code to be skipped that should have been compiled. It...

Dear Perl maintainer, the manpage-l10n project[1] maintains a large number of translations of man pages both from a large variety of sources (including Perl) as well for a large variety...

documentation

Dear Perl maintainer, the manpage-l10n project[1] maintains a large number of translations of man pages both from a large variety of sources (including Perl) as well for a large variety...

documentation

``` Man page: libnetcfg.1perl Issue: libnetcfg → B "The libnetcfg utility can be used to configure the libnet. Starting from " "perl 5.8 libnet is part of the standard Perl...

documentation

## Problem Perl supports multiple ways how to declare cursor for `for-over` version of for statement. One of them is to use existing variable, eg: ``` my $foo; for $foo...

Needs Triage

Experience has thought that almost all changes to experimental.pm come from core, hence it's easier for maintenance if we move its upstream to blead, and sync the CPAN version with...