PerlPowerTools
PerlPowerTools copied to clipboard
Refactor mod() out of chmod, install, and mkdir but keep them standalone programs
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 programs into .PL files and inserting the text at build time.
See #237