Subject: | CPANPLUS::Internals::Constants is missing |
Date: | Sat, 05 Dec 2009 16:56:15 -0500 |
To: | bug-CPANPLUS [...] rt.cpan.org |
From: | Malcolm Nooning <m.nooning [...] comcast.net> |
Hello,
I am using Perl v5.8.8 built for MSWin32-x86-multi-thread, Windows XP.
I am trying to install CPANPLUS-Dist-Build-0.44 but I cannot. I see
that one of the t/02... tests tries to use
"use CPANPLUS::Internals::Constants;"
I am only GUESSING that this is a contributing problem.
The module CPANPLUS::Internals::Constants is supposed to be installed as
a part of CPANPLUS, but as you can see from the two pastes below, I have
CPANPLUS installed, but not CPANPLUS::Internals::Constants. Note that
the Windows syntax for checking the version is slightly different than
the Unix syntax.
perl -MCPANPLUS -e "print \"$CPANPLUS::VERSION\n\"
0.89_11
perl -MCPANPLUS::Internals::Constants -e "print
\"$CPANPLUS::Internals::Constants::VERSION\n\"
<Nothing shows up, indicating the module is not there>
Thanks