Philippe Bruhat (BooK)

Results 18 issues of Philippe Bruhat (BooK)

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...

The different values for PPC status are somewhat inconsistent between the various documents in the docs/ directory, and the actual PPC documents. For example, "Accepted" in the process document means...

I share TODO.txt files with several people or projects, and it would be great to be able to have all of them opened at the same time in the application...

This is a manual merge of the `perl541*delta.pod` files in preparation for the 5.42.0 release. Review and comments (especially about omissions and inconsistencies) are very welcome. We wonder if the...

It would be nice to have a script that merged all the dev releases perldeltas into the perldelta for the stable release. This of course, does not preclude the editorial...

release management

This is a draft MR, to test how things would actually work. Many of the remaining failing tests are dual-life modules (which perform a string comparison againsg `$]`), or misplaced...

hasConflicts

I understand that `timemachine` expects only two arguments before the `--`-separated `rsync` options. `timemachine` passes those "rsync options" after the `--` *as a whole* to `rsync`. This means that if...