Subject: | unknown perldoc -f arg now prints trace location |
With the perldoc 3.15_04 that ships with 5.14.2:
~$ perldoc -f xyzzy
No documentation for perl function `xyzzy' found
With perldoc 3.15_15 (also installed on 5.14.2):
~$ perldoc -f xyzzy
No documentation for perl function `xyzzy' found
at /Users/rjbs/.perlbrew/libs/14.2@std/bin/perldoc line 9
The "at .... line ..." message (and probably the preceding blank) should be suppressed.
--
rjbs