Re: [PATCH] Perldoc.pm tweak for VMS

2003-03-14 Thread Jarkko Hietaniemi
Thanks, applied (change #18969). -- Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen

[PATCH] Perldoc.pm tweak for VMS

2003-03-13 Thread Craig A. Berry
When placing the configured paging program at the head of its list of possible pagers, lib/pod/Perldoc.pm uses the -x file test to see if the program can be run by the current process. This test generally fails on VMS because $Config{pager} is by default a command and not a file. The patch be