in reply to Re3: Documenting executables
in thread Documenting executables

I've been fiddling about with POD::Usage again and I have noticed that this approach only seems to work if the original perl script is in the same directory as the executable.
POD::Usage keeps looking for the original .pl file which can't be found.
Anybody know of a way to remedy this?

UPDATE
I just read in the documentation that you can set the path to the pod input file, but I still think that's mighty inconvenient.
I'm afraid there's no other way though, right?
sigh

Thanks!
May Larry be with you
  • Comment on Documenting executables without original perl script present