Change 28487 by [EMAIL PROTECTED] on 2006/07/05 19:49:36
Adjust test count after introducing new constants in POSIX
Affected files ...
... //depot/perl/ext/B/t/concise-xs.t#22 edit
Differences ...
==== //depot/perl/ext/B/t/concise-xs.t#22 (text) ====
Index: perl/ext/B/t/concise-xs.t
--- perl/ext/B/t/concise-xs.t#21~28172~ 2006-05-12 02:47:29.000000000 -0700
+++ perl/ext/B/t/concise-xs.t 2006-07-05 12:49:36.000000000 -0700
@@ -118,7 +118,7 @@
use Test::More tests => ( # per-pkg tests (function ct + require_ok)
40 + 16 # Data::Dumper, Digest::MD5
+ 512 + 235 # B::Deparse, B
- + 588 + 190 # POSIX, IO::Socket
+ + 595 + 190 # POSIX, IO::Socket
+ 3 * ($] > 5.009)
+ 16 * ($] >= 5.009003)
- 22); # fudge
End of Patch.