-
Module: threads
**Description**
If locales are not set perl crashes to segmentation fault
**Steps to Reproduce**
```
$ cat crash.pl
#!/usr/bin/perl
require threads;
require Thread::Que…
-
**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, Perl_sv_2uv_flags()…
-
# BACKGROUND
Before I start: The actual patch in https://github.com/chansen/p5-http-tiny/pull/151 is not honestly a bad starting point here, it appears this fact has been obscured in the pre-existi…
-
I'm making several release but the only thing that's changing is the generated module. Instead of updating the entire distribution (and bumping the version of CPAN::Audit each time), there could be a …
-
Migrated from [rt.cpan.org #107302](https://rt.cpan.org/Ticket/Display.html?id=107302) (status was 'open')
Requestors:
* kes-kes@yandex.ru
From kes-kes@yandex.ru on 2015-09-24 16:47:03
:
This rise …
-
As i described in the title, make test failed when i am a root user.
https://rt.cpan.org/Public/Bug/Display.html?id=127153
-
get_version is dangerous code
Beware of the security issues for cpan testers or unchecked sources, as
the '$VERSION = ...' line in a .pm file is simply evaluated, without
any sanity check.
Al…
-
@briandfoy has an ongoing conversation with Github about getting his CPANSA index used by them.
Is there something we can assist with?
Discussion here: https://github.com/github/advisory-database/is…
-
-
I am trying to configure `cpan` manually after installing perl 5.26.2 with Anaconda :
```
$ cd /home/hakon/anaconda3/envs/perl_test/bin
$ ./cpan
Loading internal null logger. Install Log::Log4…