summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2007-06-28 20:06:50 +0000
committerYves Orton <demerphq@gmail.com>2007-06-28 22:09:07 +0000
commit0ac6acaed7c2092a5668c6b70ddeaf3003e989d8 (patch)
treeb180dc08771b7c5e7480dd8f7ae97cec29d279a2 /ext
parent0df5f63f6809bbf24ffde62fa2804f0041470b74 (diff)
downloadperl-0ac6acaed7c2092a5668c6b70ddeaf3003e989d8.tar.gz
Move the RXf_WHITE logic for split " " into the regex engine
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com> (with tweaks) p4raw-id: //depot/perl@31495
Diffstat (limited to 'ext')
-rw-r--r--ext/B/t/concise-xs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t
index 94308301d3..e4a0241793 100644
--- a/ext/B/t/concise-xs.t
+++ b/ext/B/t/concise-xs.t
@@ -117,7 +117,7 @@ use Getopt::Std;
use Carp;
use Test::More tests => ( # per-pkg tests (function ct + require_ok)
40 + 16 # Data::Dumper, Digest::MD5
- + 521 + 276 # B::Deparse, B
+ + 521 + 277 # B::Deparse, B
+ 595 + 190 # POSIX, IO::Socket
- 6); # fudge