PerlPowerTools icon indicating copy to clipboard operation
PerlPowerTools copied to clipboard

Perl Power Tools

Results 26 PerlPowerTools issues
Sort by recently updated
recently updated
newest added

Type: enhancement
Priority: low
Status: changes requested
Program: units
Program: echo
Program: date
Program: glob
Program: factor

Hello Brian, I'm catching up with this topic after a very long break. There are a few changes from 2022 for which I've never submitted a PR. It's a massive...

Type: enhancement
Status: stalled
Priority: low
Platform: windows

* I observed strange output from col when the input file was large * Finally I discovered the issue is related to code that runs when the buffer fills up...

Type: enhancement
Status: stalled
Priority: low
Program: col

* grep -F is not supposed to use regex at all, but in the perl version it does * I have a file "01" containing the pattern 'a/b' on line...

Type: bug
Status: needs help
Priority: high
Program: grep

* The numeric option -w is accepted in the options parser, and sets $pagewidth * Any value given to -w is ignored because $pagewidth is reset by the condition on...

Type: bug
Status: needs help
Priority: low
Program: pr

Under `-r`, the `!` command is not avialable and `ed` cannot run shell commands. See #405

Type: enhancement
Priority: low
Priority: high
Program: ed

From DANAJ in [#98905 on rt.cpan.org](https://rt.cpan.org/Ticket/Display.html?id=98905): Both factor and primes check that the inputs are 10 or fewer digits and less than 2^32. It is unclear to me whether this...

Type: enhancement
Priority: low
Program: primes

Type: bug
Priority: low
Program: bc
Type: testing

Priority: low
Program: bc
Type: testing

The chmod, install, and mkdir commands each have a copy of `mod` so they are self contained. Think about fixing that so they don't diverge. That might mean turning those...

Type: enhancement
Priority: low
Program: mkdir
Program: install
Program: chmod