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

Now that we have c99, we can declare close to first use. s0 seems to be the more common name for a variable that preserves the position a string 's'...

Module: `Attribute::Handlers` ### Description Basically what the title says. If an attribute is specified on a private subroutine (e.g. `my sub foobar : ATTR(CODE) {}`) symbols go missing and compilation...

lexical/scope/closure

    [ https://github.com/MasterInQuestion/coordTransform/commit/dabc782b3e200d81210032f4dc6222b344e13d0b](https://github.com/MasterInQuestion/coordTransform/commit/dabc782b3e200d81210032f4dc6222b344e13d0b)     . [ https://github.com/Perl/perl5/issues/22636#issuecomment-2387520738](https://github.com/Perl/perl5/issues/22636#issuecomment-2387520738)     “Backtracking past "`d`" for "`e`" alike, would be entirely pointless: for non-overlapping impossible to match.     Alike in linked past "`-`" (or "`.`") for "`\d`" etc.”    ...

Reverts 386907f06 changing CV outside linking to match 5.38. This is generally suitable for backporting to 5.40, more complex changes (like making outside a weakref) probably aren't. * This set...

Perl v5.30.0 eval "string" in package DB is supposed to be evaluated in the nearest non-DB context, useful for debug tools. However when code in package DB is called from...

Bug
type-debugger

I am trying to install a debug version of perl 5.32.0 on Windows 10, using MSYS2. After applying the fix for symlinks in #18037 I get: ``` $ wget https://www.cpan.org/src/5.0/perl-5.32.0.tar.gz...

type-configure
distro-msys

```open()``` on a large scalar (MBs worth), with LF lines, NOT CRLF lines, then calling `````` aka pp_readline(), causes a mem leak and a fatal "Out of memory!" on 5.32....

Module: core **Description** I'm trying to build perl on 32bit Gentoo Linux box with SSE enabled **Steps to Reproduce** I'm trying to compile perl via following configure: `sh ./Configure -des...

I'd like to propose a small project aimed at updating tests in the Perl core distribution. This proposal has **two** intended audiences: * Core committers and other veteran committers who...

dist-IO

More than once, I have had to ask, "How do I invoke `./Configure` so as to build with ASAN?" (Most recently: https://github.com/Perl/perl5/pull/22586#issuecomment-2344507640) But I never seem to succeed. Can we...