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

1. Wouldn't a "new" file name make it possible to install and work without confusion relative to OS utils (so it could be in $PATH)? For example, if the script...

help wanted
Windows
stalled

Many of the open-for-reading file handles didn't use three-argument open: https://kritika.io/users/briandfoy/repos/7253941177493998/snapshots/1/violations?limit=20&page=1&rule=InputOutput%3A%3AProhibitTwoArgOpen For example: open FOO, $filename; Add the default read mode in the middle: open FOO, '

hacktoberfest
good first issue

I tried to remove the `DB_File` prerequisite, but in doing so I noticed that this program in heavily tied to unix utilities not present in PerlPowerTools and depends on various...

help wanted

http://www.nntp.perl.org/group/perl.ppt/2006/02/msg38.html An old message discusses a problem where hours seemed like days.

Status: stalled
Platform: windows
Program: find

Let's use the Github wiki stuff. Someone should take charge of that and do stuff. :)

Collect meta data for all the programs. Store them in a consistent way in the program for now. See the bin/factor program for a start. See the top =pod section

Type: documentation
Priority: backlog

Inside each program under bin/, create consistent Pod documentation, including the name of the program, the list of the contributors, and so on. See bin/factor for an example.

Type: documentation
Priority: backlog

* awk wrapper doesn't clean up after itself and I am left with all these spam files... a2pin.6695 a2pout.6695 a2pin.6697 a2pout.6697 a2pin.6699 a2pout.6699 a2pin.6702 a2pout.6702 a2pin.6951 a2pout.6951 a2pin.6953 a2pout.6953 *...

Type: enhancement
Priority: low
Program: awk

I didn't bisect to find the problem, but this started breaking with #517. I caught up the rest of the tests for that change, but these are breaking for other...

Type: bug
Priority: high
Program: bc