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

With the debugger enabled the argcheck op and each argelem op generated to process a function signature would have an associated dbstate op, allowing the debugger to step on that...

**Description** When using the debugger (`perl -d $program`), you can use the `s` command to step through lines of code, one at a time. However, this is not true for...

type-debugger
signatures

This is a bug report for perl from "Carlos Guevara" , generated with the help of perlbug 1.43 running under perl 5.37.6. ----------------------------------------------------------------- BBC: Blead Breaks Data::Clone Please see http://fast-matrix.cpantesters.org/?dist=Data::Clone...

BBC
Not a Release Blocker

**Where** perlfunc **Description** The various keywords related to smartmatch (given, when, break, default) are still documented in perlfunc. These references should be removed or updated to reflect the removal of...

Needs Triage
documentation

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

type-locale

Hi! I managed to do a fully hermetic single-file static build of perl via building all modules statically (followed https://perldoc.perl.org/perlembed) and providing my own implementations of open/fopen/read/seek to serve `*.pm`...

documentation

**Description** I'm working on Fedora 33, x86_64. I'm trying to build Perl 5.32 from sources. Fedora is different than Ubuntu. Fedora prefers `lib64/` for its `libdir`, while Ubuntu prefers `lib/`...

**Description** On the command line you can have a space in between a `-I` or `-M` switch and its argument, but this doesn't work when those switches are supplied in...

Feature Request
Needs Triage

```Dear perl maintainer, the manpage-l10n project 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

Inside re.xs/re.dll, Perl_populate_bitmap_from_invlist() has half a dozen if(!invlist) _assert_libc() call sites. Atleast PERL_ARGS_ASSERT_POPULATE_BITMAP_FROM_INVLIST, invlist_iterinit(), invlist_iternext(), invlist_iterfinish() are all testing a C auto var that was proven inside PERL_ARGS_ASSERT_POPULATE_BITMAP_FROM_INVLIST to be...