Subject: | "All tests successful" but Module is not installed |
Hi,
It seems to me that All tests successful but this module is not installed.
What I have overlooked something?
I tried under:
Windows 7, Strawbery Perl v5.14.4, v5.24.0
Here is an example(Strawbery Perl v5.24.0):
-------------------------------------------------------------------------------
C:\home\west>cpan Stable::Module
(snip)
All tests successful.
Files=25, Tests=111, 7 wallclock secs ( 0.27 usr + 0.22 sys = 0.49 CPU)
Result: PASS
(C:\Strawberry\c\bin\dmake.exe test exited with 0)
CPAN::Reporter: Test result is 'pass', All tests successful.
CPAN::Reporter: preparing a CPAN Testers report for Stable-Module-0.05
CPAN::Reporter: sending test report with 'pass' via Metabase
INA/Stable/Module/Stable-Module-0.05.tar.gz
C:\Strawberry\c\bin\dmake.exe test -- OK
Running make install
"C:\Strawberry\perl\bin\perl.exe" "-Iblib\arch" "-Iblib\lib" pMakefile.PL pMakefile
Appending installation info to C:\home\west\perl5\lib\perl5\MSWin32-x86-multi-thread-64int/perllocal.pod
INA/Stable/Module/Stable-Module-0.05.tar.gz
C:\Strawberry\c\bin\dmake.exe install UNINST=1 -- OK
C:\home\west>perl -MStable::Module -e "print qq/hello/;"
Can't locate Stable/Module.pm in @INC (you may need to install the Stable::Module module) (@INC contains: C:\home\west\perl5\lib\perl5/MSWin32-x86-multi-thread-64int C:\home\west\perl5\lib\perl5 C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib .).
BEGIN failed--compilation aborted.
C:\home\west>
-------------------------------------------------------------------------------
Environment variables are below.
-------------------------------------------------------------------------------
C:\home\west>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\user\AppData\Roaming
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=USER-PC
ComSpec=C:\windows\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOME=c:\home\west
HOMEDRIVE=C:
HOMEPATH=\Users\user
LOCALAPPDATA=C:\Users\user\AppData\Local
LOGONSERVER=\\USER-PC
NUMBER_OF_PROCESSORS=4
OS=Windows_NT
Path=C:\home\west\perl5\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PERL5LIB=C:\home\west\perl5\lib\perl5
PERL_LOCAL_LIB_ROOT=C:\home\west\perl5
PERL_MB_OPT=--install_base "C:\\home\\west\\perl5"
PERL_MM_OPT=INSTALL_BASE=C:\\home\\west\\perl5
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 5, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=2505
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\windows
TEMP=C:\Users\user\AppData\Local\Temp
TERM=dumb
TMP=C:\Users\user\AppData\Local\Temp
USERDOMAIN=user-PC
USERNAME=user
USERPROFILE=C:\Users\user
windir=C:\windows
C:\home\west>
-------------------------------------------------------------------------------
Thank you,
--
twata