Subject: | Install errors on Windows |
I particularly liked the module when I read the CPAN docs, but noted that ActiveState showed it failing compilation. But I decided to try it. Here is the result - one test returns not OK, test 19 failed.
K:\Perl\site\Config-General-2.21\Config-General-2.21>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Config::General
K:\Perl\site\Config-General-2.21\Config-General-2.21>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp General.pm blib\lib\Config\General.pm
cp General/Interpolated.pm blib\lib\Config\General/Interpolated.pm
cp General/Extended.pm blib\lib\Config\General/Extended.pm
K:\Perl\site\Config-General-2.21\Config-General-2.21>nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
K:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\run.t
t\run.... .. ok # loading Config::General
t\run....ok 1/19 ... ok # Nested block test
t\run....ok 2/19 ... ok # Array content test
t\run....ok 3/19 ... ok # Here-document test
t\run....ok 4/19 ... ok # Multiline option test
t\run....ok 5/19 ... ok # Comment test
t\run....ok 6/19 ... ok # Case insensitive block test
t\run....ok 7/198 ... not ok
... ok # Creating a new object from config file
t\run....ok 8/19 ... ok # Creating a new object using the hash parameter way
t\run....ok 9/19 .. ok # Creating a new object from a block
t\run....ok 10/19 .. ok # Creating a new object from a sub block
t\run....ok 11/19 .. ok # Getting values from the object
t\run....ok 12/19 .. ok # Using keys() and values()
t\run....ok 13/19 .. ok # Using AUTOLOAD methods
t\run....ok 14/19 .. ok # Testing variable interpolation
t\run....ok 15/19 .. ok # Testing value pre-setting using a hash
t\run....ok 16/19 .. ok # Testing value pre-setting using a string
t\run....ok 17/19 .. ok # Testing various otion/value assignment notations
t\run....FAILED test 19
Failed 1/19 tests, 94.74% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\run.t 19 1 5.26% 19
Failed 1/1 test scripts, 0.00% okay. 1/19 subtests failed, 94.74% okay.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.
K:\Perl\site\Config-General-2.21\Config-General-2.21>