Subject: | -M switch not respected |
Despite setting -M in the PERLDOC environment variable or providing it on the command line, the output is unchanged:
mike@charron:~
$ perldoc -V
Perldoc v3.20, under perl v5.018000 for linux
[0]
mike@charron:~
$ echo $PERLDOC
-MPod::Perldoc::Man
[0]
mike@charron:~
$ perldoc perl # uses ToTerm
[0]
mike@charron:~
$ perldoc -MPod::Perldoc::Man perl # uses ToTerm
[0]
mike@charron:~
$ perldoc -oman perl # uses Man
[0]