Subject: | Test::Manifest does not work with Activeperl 5.8 Build 811 on a Windows OS. |
Win32 ActivePerl 5.8 Build 811
Test::Manifest does not build with this version of Perl. Test::Manifest is a requirement for XML::RSS to run.
The Errors generated are shown below.
C:\temp\Test-Manifest-1.13\Test-Manifest-1.13>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Manifest
C:\temp\Test-Manifest-1.13\Test-Manifest-1.13>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp lib/Manifest.pm blib\lib\Test/Manifest.pm
C:\temp\Test-Manifest-1.13\Test-Manifest-1.13>make test
'make' is not recognized as an internal or external command,
operable program or batch file.
C:\temp\Test-Manifest-1.13\Test-Manifest-1.13>nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl
ib\lib', 'blib\arch')" t\0.load.t t\1.get_test_files.t t\1.make_test_manifest.t
t\99.pod.t t\leading_space.t t\pod_coverage.t t\trailing_space.t
t\0.load..................ok
t\1.get_test_files........# Failed test (t\1.get_test_files.t at line 29)
# got: 't\0.load.t t\1.get_test_files.t t\1.make_test_manifest.t t\lead
ing_space.t t\trailing_space.t'
# expected: 't/0.load.t t/1.get_test_files.t t/1.make_test_manifest.t t/lead
ing_space.t t/trailing_space.t'
# Failed test (t\1.get_test_files.t at line 36)
t\1.get_test_files........NOK 2# got: 't\0.load.t'
# expected: 't/0.load.t'
# Failed test (t\1.get_test_files.t at line 36)
t\1.get_test_files........NOK 3# got: 't\1.get_test_files.t'
# expected: 't/1.get_test_files.t'
# Failed test (t\1.get_test_files.t at line 36)
t\1.get_test_files........NOK 4# got: 't\1.make_test_manifest.t'
# expected: 't/1.make_test_manifest.t'
# Failed test (t\1.get_test_files.t at line 36)
t\1.get_test_files........NOK 5# got: 't\leading_space.t'
# expected: 't/leading_space.t'
t\1.get_test_files........NOK 6# Failed test (t\1.get_test_files.t at line 3
6)
# got: 't\trailing_space.t'
# expected: 't/trailing_space.t'
t\1.get_test_files........ok 7/9# Looks like you failed 6 tests of 9.
t\1.get_test_files........dubious
Test returned status 6 (wstat 1536, 0x600)
DIED. FAILED tests 1-6
Failed 6/9 tests, 33.33% okay
t\1.make_test_manifest....ok
t\99.pod..................skipped
all skipped: Test::Pod 1.00 required for testing POD
t\leading_space...........ok
t\pod_coverage............skipped
all skipped: Test::Pod::Coverage required for testing POD
t\trailing_space..........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\1.get_test_files.t 6 1536 9 6 66.67% 1-6
2 tests skipped.
Failed 1/7 test scripts, 85.71% okay. 6/14 subtests failed, 57.14% okay.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.
C:\temp\Test-Manifest-1.13\Test-Manifest-1.13>