http://www.perlmonks.org?node_id=753063


in reply to CPAN and readline on windows

I'm terribly sorry, after BrowserUk has given so much help to so many, to see how little help we are giving him.

While we're waiting for an answer, could someone help me understand the question? How does CPAN use readline, and why might BrowserUk wish to disable this?

Replies are listed 'Best First'.
Re^2: CPAN and readline on windows
by BrowserUk (Patriarch) on Mar 25, 2009 at 16:45 UTC
    How does CPAN use readline, and why might BrowserUk wish to disable this?

    It is (apparently) used on other platforms to provide line editing, command line history etc.

    The reasons I want to disable it is because:

    1. it doesn't work on my system.

      With it enabled I can neither edit the current line as I am typing, nor retrieve previous lines--even from the current session. It effectively renders all input as write-only. Make a typo and your only option is to start again from scratch.

    2. it disables my shell's existing, perfectly functional command line editing and history facilities.

    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.
Re^2: CPAN and readline on windows
by Corion (Patriarch) on Mar 25, 2009 at 09:33 UTC

    Windows itself already provides functionality similar but different from what Readline provides. And of course, not everybody likes Emacs shortcuts like ^A when the Windows default is to use the HOME key...