Michael G Schwern wrote:

>The uploaded file
>
>    ExtUtils-MakeMaker-6.21_03.tar.gz
>
>has entered CPAN
>
I have one minor glitch on WinXP / MSVC++ 6:

Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\Command.t    1   256    38    2   5.26%  38
6 tests and 13 subtests skipped.
Failed 1/35 test scripts, 97.14% okay. 1/604 subtests failed, 99.83% okay.

The "failure" is merely that test 38 doesn't exist:

C:\Temp\ExtUtils-MakeMaker-6.21_03>perl -Mblib t\Command.t
1..38
ok 1 - use ExtUtils::Command;
ok 2 - concatenation worked
ok 3 - testing non-existent file
ok 4 - testing non-existent file
ok 5 - now creating that file
ok 6 - test_f preserves @ARGV
ok 7 - created!
ok 8 - checking modify time stamp
ok 9 - newer file created
ok 10 - eqtime
ok 11 - eqtime doesn't clear the file being equalized
ok 12 # skip different file permission semantics on MSWin32
ok 13 # skip different file permission semantics on MSWin32
ok 14 # skip different file permission semantics on MSWin32
ok 15 - chmod preserves @ARGV
ok 16 - change a file to read-write
ok 17 # skip different file permission semantics on MSWin32
ok 18 # skip different file permission semantics on MSWin32
ok 19 # skip different file permission semantics on MSWin32
ok 20 - temp directory not there yet
ok 21 - temp directory created
ok 22 - cp preserves @ARGV
ok 23 - copied okay
ok 24 - cp croaks on error
ok 25
ok 26 - mv preserves @ARGV
ok 27 - moved file away
ok 28 - file in new location
ok 29 - mv croaks on error
ok 30 - expanded wildcard ? successfully
ok 31 - expanded wildcard * successfully
ok 32 - removed ecmddir\testfile.foo successfully
ok 33 - removed ecmddir\temp2\testfile.foo successfully
ok 34 - removed ecmddir successfully
ok 35 - dos2unix
ok 36
ok 37 - dos2unix preserves binaries
# Looks like you planned 38 tests but only ran 37.

The obvious change fixes it for me:

--- t/Command.t.orig    2004-04-03 19:36:56.000000000 +0100
+++ t/Command.t    2004-04-05 09:26:52.305624500 +0100
@@ -23,7 +23,7 @@
 }
 
 BEGIN {
-    use Test::More tests => 38;
+    use Test::More tests => 37;
     use File::Spec;
 }
 
End of Patch.

but I'm puzzled why others haven't noticed it -- 
http://testers.cpan.org/show/ExtUtils-MakeMaker.html#ExtUtils-MakeMaker-6.21_03 
shows 4 clean passes.

- Steve



------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender immediately.  The 
unauthorized use, disclosure, copying or alteration of this message is strictly 
forbidden.  Note that any views or opinions presented in this email are solely those 
of the author and do not necessarily represent those of Radan Computational Ltd.  The 
recipient(s) of this message should check it and any attached files for viruses: Radan 
Computational will accept no liability for any damage caused by any virus transmitted 
by this email.

Reply via email to