Subject: | cpm installation does not add the binary to the path |
Thanks for this pager, which looks quite nice!
I have local::lib installed in ~/perl5. Normally, when I do `cpm install -gv MODULE`, the scripts from that module are copied to ~/perl5/bin, which is in my PATH. However, when I installed IO::Pager 1.03 that way, tp(1) was not copied to ~/perl5/bin. It was left in `~/perl5/lib/perl5/IO/Pager/tp`. Would you please update the installation to move tp to PATH? I think this only requires adding it to the EXE_FILES param to WriteMakefile(), but I haven't tested that yet. Thank you for considering this request!
Chris
(PS- if there is a public repo somewhere with this code, I would be happy to submit a PR if you wish. I could alternatively send a patch.)