Hello there! Has anyone managed to get that CVS-Module from CPAN running with Windows? http://search.cpan.org/~rsoliv/Cvs-0.07/lib/Cvs.pm
I downloaded and unpacked it. perl Makefile.PL worked fine nmake test failed badly :S I'm using ActiveState Perl v5.8.6 I appreciate any hints, help or the full walktrough ;) Thanks in advance, Harry P.S. This is the output of "nmake test": Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Programme\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\00checkout.t t\05commit.t t\10status.t t\20tag.t t\21rtag.t t\30update.t t\40diff.t t\50export.t t\90release.t t\00checkout....Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 115. Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 116. Can't locate IO/Pty.pm in @INC (@INC contains: C:\Install\Cvs-0.07\blib\lib C:\Install\Cvs-0.07\blib\arch C:/Programme/Perl/lib C:/Programme/Perl/site/lib . C:/Programme/Perl/lib C:/Programme/Perl/site/lib .) at C:/Programme/Perl/site/lib/IPC/Run.pm line 1905. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t\05commit......# Failed test 2 in t\05commit.t at line 12 # t\05commit.t line 12 is: ok($cvs); Cannot open file `C:/Install/Cvs-0.07/cvs-test/test.txt': No such file or directory at t\05commit.t line 14. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t\10status......# Failed test 2 in t\10status.t at line 11 # t\10status.t line 11 is: ok($cvs); Can't call method "status" on an undefined value at t\10status.t line 13. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-11 Failed 10/11 tests, 9.09% okay t\20tag.........# Failed test 2 in t\20tag.t at line 11 # t\20tag.t line 11 is: ok($cvs); Can't call method "tag" on an undefined value at t\20tag.t line 13. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-6 Failed 5/6 tests, 16.67% okay t\21rtag........Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 115. Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 116. Can't locate IO/Pty.pm in @INC (@INC contains: C:\Install\Cvs-0.07\blib\lib C:\Install\Cvs-0.07\blib\arch C:/Programme/Perl/lib C:/Programme/Perl/site/lib . C:/Programme/Perl/lib C:/Programme/Perl/site/lib .) at C:/Programme/Perl/site/lib/IPC/Run.pm line 1905. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-6 Failed 4/6 tests, 33.33% okay t\30update......# Failed test 2 in t\30update.t at line 11 # t\30update.t line 11 is: ok($cvs); Cannot open file `C:/Install/Cvs-0.07/cvs-test/test.txt': No such file or directory at t\30update.t line 13. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-6 Failed 5/6 tests, 16.67% okay t\40diff........# Failed test 2 in t\40diff.t at line 11 # t\40diff.t line 11 is: ok($cvs); Cannot open file `C:/Install/Cvs-0.07/cvs-test/test.txt': No such file or directory at t\40diff.t line 13. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-6 Failed 5/6 tests, 16.67% okay t\50export......Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 115. Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 116. Can't locate IO/Pty.pm in @INC (@INC contains: C:\Install\Cvs-0.07\blib\lib C:\Install\Cvs-0.07\blib\arch C:/Programme/Perl/lib C:/Programme/Perl/site/lib . C:/Programme/Perl/lib C:/Programme/Perl/site/lib .) at C:/Programme/Perl/site/lib/IPC/Run.pm line 1905. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t\90release.....Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 115. Use of uninitialized value in concatenation (.) or string at C:\Install\Cvs-0.07\blib\lib/Cvs/Cvsroot.pm line 116. Can't locate IO/Pty.pm in @INC (@INC contains: C:\Install\Cvs-0.07\blib\lib C:\Install\Cvs-0.07\blib\arch C:/Programme/Perl/lib C:/Programme/Perl/site/lib . C:/Programme/Perl/lib C:/Programme/Perl/site/lib .) at C:/Programme/Perl/site/lib/IPC/Run.pm line 1905. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-4 Failed 2/4 tests, 50.00% okay Failed 9/9 test scripts, 0.00% okay. 37/50 subtests failed, 26.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\00checkout.t 2 512 3 2 66.67% 3 t\05commit.t 2 512 5 7 140.00% 2-5 t\10status.t 2 512 11 19 172.73% 2-11 t\20tag.t 2 512 6 9 150.00% 2-6 t\21rtag.t 2 512 6 8 133.33% 3-6 t\30update.t 2 512 6 9 150.00% 2-6 t\40diff.t 2 512 6 9 150.00% 2-6 t\50export.t 2 512 3 2 66.67% 3 t\90release.t 2 512 4 4 100.00% 3-4 NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2' Stop.