Change 31342 by [EMAIL PROTECTED] on 2007/06/06 14:58:27
Adjust test count (it shouldn't have changed with last patch)
Affected files ...
... //depot/perl/ext/B/t/concise-xs.t#37 edit
Differences ...
==== //depot/perl/ext/B/t/concise-xs.t#37 (text) ====
Index: perl/ext/B/t/concise-xs.t
--- perl/ext/B/t/concise-xs.t#36~31341~ 2007-06-06 07:42:01.000000000 -0700
+++ perl/ext/B/t/concise-xs.t 2007-06-06 07:58:27.000000000 -0700
@@ -119,7 +119,7 @@
40 + 16 # Data::Dumper, Digest::MD5
+ 517 + 276 # B::Deparse, B
+ 595 + 190 # POSIX, IO::Socket
- - 20); # fudge
+ - 6); # fudge
require_ok("B::Concise");
End of Patch.