diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2007-06-28 20:06:50 +0000 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2007-06-28 22:09:07 +0000 |
commit | 0ac6acaed7c2092a5668c6b70ddeaf3003e989d8 (patch) | |
tree | b180dc08771b7c5e7480dd8f7ae97cec29d279a2 /ext | |
parent | 0df5f63f6809bbf24ffde62fa2804f0041470b74 (diff) | |
download | perl-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.t | 2 |
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 |