Change 21011 by [EMAIL PROTECTED] on 2003/09/03 05:08:29
Changing the test count is a good idea.
Affected files ...
... //depot/perl/ext/threads/t/join.t#15 edit
Differences ...
==== //depot/perl/ext/threads/t/join.t#15 (text) ====
Index: perl/ext/threads/t/join.t
--- perl/ext/threads/t/join.t#14~21009~ Tue Sep 2 21:48:40 2003
+++ perl/ext/threads/t/join.t Tue Sep 2 22:08:29 2003
@@ -10,7 +10,7 @@
use ExtUtils::testlib;
use strict;
-BEGIN { print "1..12\n" };
+BEGIN { print "1..14\n" };
use threads;
use threads::shared;
End of Patch.