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

Module: B::Deparse **Description** `!$something == $else` throws warnings with perl 5.41.x. `B::Deparse` may generate code which triggers this warning. **Steps to Reproduce** Sample oneliner: ``` $ perl5.41.4 -w -MO=Deparse -e...

Bug

0351a629e7 causes mgruberman/Enbugger#13 Enbugger is important module which allows to run perl debugger from inside GDB. That enforces me to sit on 5.36.

BBC
type-debugger

**Description** SV Body arena roots are duplicative and redundant. SVt_PVNV and SVt_PVHV are identical. SVt_INVLIST, SVt_PVAV, SVt_PVOBJ are identical. SVt_PVMG and SVt_PVGV are identical. SVt_PVCV and SVt_PVFM are identical. SVt_PVFM...

A possible thought, based on discussions on p5p@ about optimisations around builtin functions. Currently just emits the default "Modification of read-only value" message. I did attempt to have it say...

As the comments say, as of 5.32 we disallowed doing bitwise vector operations on strings that contain code points that can't be converted to bytes (i.e. above 0xFF). Yet the...

**Description** I was stepping debugging some XS code, and noticed, if you create a SvUV, with sv_setuv(), then later use SvUV() macro or eqv inline function, %99.999 of the time,...

This follows the paradigm of d4e276590cad697e8a374a34d8371921330ec60e. --------------------------------------------------------------------------------- * This set of changes does not require a perldelta entry.

much faster eye. PERL_CORE only, since CPAN XS assumes the built-in out the box headers/tokens/structs/linker libs selected by p5p decades ago, will never change.

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

BBC

See GH #22627. libc has a few locale categories that aren't used elsewhere, AFAIK. Android has a crippled implementation of them, in that it has none of the items that...