Subject: | cpan shell exits with error "Unknown shell command 'cpan[1]>'" |
I have added my installed perl's bin\ folder to my PATH and am trying to
start the cpan shell by simply typing "cpan" in a standard cmd.exe
command prompt on Windows 7.
The cpan shell immediately exits with an error if I try to enter it with
my current directory being on the C: drive:
##########
C:\>cpan
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9800)
Enter 'h' for help.
Unknown shell command 'cpan[1]>'. Type ? for help.
Terminal does not support GetHistory.
Lockfile removed.
C:\>
##########
If I switch to seemingly any other drive letter then it works fine:
##########
C:\>K:
K:\>cpan
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9800)
Enter 'h' for help.
cpan[1]>
##########
This is most unfortunate since I normally work on the C: drive :-(