-
Here's how to reproduce:
```
$ perl -MPPI -E '
say PPI->VERSION;
PPI::Document->new( \q{use feature "signatures", "postderef"; 1;} )
or do { die $@ };
'
1.281
unknown arg decompose type…
-
## Issue description
Cannot install or compile Zellij using `cargo install --locked zellij` or `cargo install-update -a`
Receive warning and error:
```
--- stderr
Can't locate IPC/Cmd.pm…
-
The archives for the perl5-porters mailing list isn't there anymore
-
**Description**
Perl crashes (malloc assertion or general segfault) when trying to run the following script:
**Steps to Reproduce**
```perl
use v5.40;
sub foo;
my $pat = qr/^(?:a|aa)(*{foo(s…
-
does anyone reproduce it?
```
cp lib/Data/MessagePack/Boolean.pm blib/lib/Data/MessagePack/Boolean.pm
cp lib/Data/MessagePack/Unpacker.pod blib/lib/Data/MessagePack/Unpacker.pod
cp lib/Data/MessagePa…
-
I was installing perlbrew at /opt/perl5 so multiple people could use the same version of Perl.
I did this installation after I had already installed perlbrew in my home directory (with the idea tha…
-
A test fails with CMake 4.0.0-rc2:
~~~~
# Failed test 'output matches (?^:cmake version 3\.([0-9\.])+)'
# at /usr/share/perl5/vendor_perl/Test/Alien/Run.pm line 93.
# out:
# cmake version 4.0.0…
-
**Describe the bug**
I use tar to extract item to /usr/ dir,and run xvncserver,it logs lots of dependency problem.I fix it one by one ,even `sudo cp -r /usr/local/bin/KasmVNC /usr/share/perl5/vendor_…
-
Migrated from [rt.perl.org#75740](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=75740) (status was 'open')
Searchable as RT75740$
p5pRT updated
3 years ago
-
- [ ] linked-list
- [x] list-ops
- [x] prime-factors
- [ ] simple-linked-list
- [x] custom-set
- [x] palindrome-products
- [x] proverb
- [x] pythagorean-triplet
- [x] queen-attack
- [x] robot…