Skip Menu |

This queue is for tickets about the Pod-Perldoc CPAN distribution.

Report information
The Basics
Id: 75420
Status: resolved
Priority: 0/
Queue: Pod-Perldoc

People
Owner: Nobody in particular
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.15_15
Fixed in: (no value)



Subject: "$ENV{PAGER}<" is broken with pager options
$ perldoc -V Perldoc v3.15_15, under perl v5.014002 for linux $ echo $PAGER less -IJKMRW --shift 5 $ perldoc perldoc Value is required after -# (--shift) $ perl -d `which perldoc` perldoc DB<1> c Pod::Perldoc::page DB<2> c 1741 DB<3> x $pager 0 'less -IJKMRW --shift 5<' Problem originates in Pod::Perldoc::pagers_guessing line 1491.
Added a space between the $ENV{PAGER} and "<" - worked for me during testing and is included in 3.16