https://bugzilla.redhat.com/show_bug.cgi?id=1329059



--- Comment #4 from Pavel Raiskup <[email protected]> ---
(In reply to Pavel Raiskup from comment #3)
> In RHEL7, I'm able to reproduce it.  Perldoc does not set the LESS variable,
> can be debugged by:
> 
>   $ cat lesswrap
>   #! /bin/sh
>   env | grep -i less
>   less "$@"
> 
>   $ PAGER=./lesswrap perldoc perlreref
> 
> Petr, can you confirm?

While, of course, you can use:

  $ PERLDOCDEBUG=1 PAGER=./lesswrap perldoc perlreref
  $ # hit the CTRL^Z
  $ # open the temp file generated by perldoc to see that the color sequences
    # are there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to