Nicolas R.

Results 73 issues of Nicolas R.

This was discussed already on RT: - https://rt.cpan.org/Ticket/Display.html?id=128044 - https://rt.cpan.org/Ticket/Display.html?id=128053 But I think it worth giving this some visibility there. It's a bad idea to store references in the Hash...

### Version 18.7.0 ### Platform Ubuntu 22 x86_x64 ### Subsystem _No response_ ### What steps will reproduce the bug? While trying to build node on ubuntu22 (using pbuilder) and gcc-11...

This change is merging the two ideas from @demerphq #19513 and @Leont #19523 by relying on a traditional MANIFEST.SKIP file. Case #19523 simplifies the way we can easily exclude common...

Infrastructure
hasConflicts

We should consider enforcing three args open in Log4perl this is coming from ` sub file_open` Log::Log4perl::Appender::File ```perl eval { if($self->{syswrite}) { sysopen $fh, "$self->{filename}", $sysmode or die "Can't sysopen...

Right now the git branches to relay messages are a list [case insensitive] From UI `A comma-separated list of branches to forward, or blank for all. Ex: "master, dev"` It...

enhancement

`list_jobs` allow to filter on `@$options{qw(ids notes queues states tasks)}` but this would be a great addition to be able to filter on `args` Simple use case: - avoiding duplicate...

feature request
needs feedback

'local::lib' seems to be a good default choice for unprivileged users, but when cpan is run by root we should consider using 'manual' as the default option.

This commit introduces Semantic Versioning macro for Perl version. The previously named variables: PERL_REVISION, PERL_VERSION, PERL_SUBVERSION are renamed as PERL_VERSION_MAJOR, PERL_VERSION_MINOR, and PERL_VERSION_PATCH A new variable PERL_VERSION_HEX is also introduced....

hasConflicts

I noticed this error while building CHI with Perl 5.26 and can noticed that t/smoke-Driver-NonMoose.t was randomly failing `Failed test 'CHI::Test::Driver::NonMoose:l1_cache size = 40'` `Failed test 'CHI::Test::Driver::NonMoose:l1_cache keys = 2'`...

The goal is to replace grep.metacpan with hound, but first we should consider enabling hound.metacpan.org so we can play with it, maybe customize it then drop & replace grep with...