Subject: | cpan.bat prompt and echo fails on new strawberry install |
Date: | Wed, 30 Sep 2015 22:37:16 +0000 (UTC) |
To: | "bug-perl-dist-strawberry [...] rt.cpan.org" <bug-perl-dist-strawberry [...] rt.cpan.org> |
From: | John Wiersba <jrw32982 [...] yahoo.com> |
Hi, I'm using strawberry for the first time. Just installed it (same behavior with 64-bit and 32-bit) on my Win7Pro/SP1 64-bit desktop. I moved the 3 strawberry directories to be first in my path. Then ran cpan, both from the Start -> Strawberry -> Tools menu and from a CMD window. I get this:
d:\ftp>cpan
Loading internal null logger. Install Log::Log4perl for logging messages
cpan shell -- CPAN exploration and modules installation (v2.11)
Enter 'h' for help.
←[4;mcpan>
When I type in a command (like "install MODULE"), I get escape codes across the screen. Even "exit" gives me:
←[4;mcpan> ←[1me←[0m←[1mx←[0m←[1mi←[0m←[1mt←[0m
Lockfile removed.
d:\ftp>
The current version of strawberry I'm testing is a 32-bit version:
d:\ftp>perl -v
This is perl 5, version 22, subversion 0 (v5.22.0) built for MSWin32-x86-multi-t
hread-64int
Copyright 1987-2015, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
Thanks!-- John