perl5
perl5 copied to clipboard
🐪 The Perl programming language
This is a bug report for perl from "Carlos Guevara" , generated with the help of perlbug 1.43 running under perl 5.41.1. ----------------------------------------------------------------- BBC: Blead Breaks EV Please see http://fast-matrix.cpantesters.org/?dist=EV%204.34...
Incredibly similar to https://github.com/Perl/perl5/issues/21233 However this is a really trivial Linux machine on AMD64 and nothing even remotely interesting about it. There is no Microsoft SystemD on this machine as...
Our heavy-duty smoke-tester Carlos (@cjg-cguevara) has contacted me about an anomaly on blead perl with the following program: ``` #!/usr/bin/env perl use strict; use warnings; use POSIX qw(strftime); print "$^V\n";...
Migrated from [rt.perl.org#132485](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=132485) (status was 'open') Searchable as RT132485$
**Where** https://perldoc.perl.org/functions/class https://perldoc.perl.org/perlobj **Description** functions/class mentions the concept of a class but doesn't link to it, but if you search for "class" on ppo you just get back to where...
Module: File::Spec **Description** Tested on Linux, but likely an issue on other platforms as well. File::Spec->path() accidentally trims trailing empty elements in `$PATH` due to it's use of `split()` without...