Subject: | 'perldoc' fails when installing to perl 5.6.1 |
Hi Sean,
I installed Pod::Perldoc in a perl 5.6.1 installation, and now when I do any "perldoc Foo::Bar" it fails with the error "sh: /sw/bin/pod2man: No such file or directory".
The perldoc script was installed to /sw/bin/perldoc, but my pod2man is at /sw/bin/pod2man . There's no /sw/bin/pod2man in my case. It looks like Pod::Perldoc::ToMan is looking for it in the 'bindir', but maybe it should just let it be found in the $PATH.
Or even better, just call Pod::Man directly?
-Ken