Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 79496
Status: resolved
Priority: 0/
Queue: App-perlbrew

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

Bug Information
Severity: Important
Broken in: 0.50
Fixed in: (no value)



Subject: please add support for RHEL 6.3
manpath on RHEL 6.3 doesn't have the -q switch: [root@server ~]# manpath --help manpath, version 1.6f usage: manpath [-adfhktwW] [section] [-M path] [-P pager] [-S list] [-m system] [-p string] name ... a : find all matching entries c : do not use cat file d : print gobs of debugging information D : as for -d, but also display the pages f : same as whatis(1) h : print this help message k : same as apropos(1) K : search for a string in all pages t : use troff to format pages for printing w : print location of man page(s) that would be displayed (if no name given: print directories that would be searched) W : as for -w, but display filenames only C file : use `file' as configuration file M path : set search path for manual pages to `path' P pager : use program `pager' to display pages S list : colon separated section list m system : search for alternate system's man pages p string : string tells which preprocessors to run e - [n]eqn(1) p - pic(1) t - tbl(1) g - grap(1) r - refer(1) v - vgrind(1) Using the -a switch instead fixes it. After that perlbrew seems to work but I still get the following error: manUse of uninitialized value in split at /loader/0x88e058/local/lib.pm line 8.
Looks like this has been patched at https://github.com/gugod/App- perlbrew/commit/1fcb7014e41caf0205fa0097fcc2385b5e97aa65
The latest version do no add "-q" parameter anymore. Thanks for the report.