in reply to Re: CPAN Install Problem (install Bundle::LWP)
in thread CPAN Install Problem (install Bundle::LWP)

How to do this in Windows OS?
  • Comment on Re^2: CPAN Install Problem (install Bundle::LWP)

Replies are listed 'Best First'.
Re^3: CPAN Install Problem (install Bundle::LWP)
by syphilis (Archbishop) on Nov 28, 2018 at 08:39 UTC
    How to do this in Windows OS?

    The first command simply removed the ".cpan" directory. In windows you could achieve the same with:
    rmdir /s /q C:/full/path/to/.cpan
    but it might be better to simply rename that directory to (say) ".cpan_hide" (or to just delete it to the recycle bin).
    That way the original .cpan directory is still retrievable.

    For the second command, I'd try running it unchanged:
    perl -MCPAN -e shell
    which should hopefully take you through the process of configuring your new ".cpan" directory.

    However, I'm no expert on CPAN.pm.

    Cheers,
    Rob