On Mon Dec 03 20:04:08 2007, [EMAIL PROTECTED] wrote:
> Uploading updated version of patch based on discussion with chromatic on
> perl6-internals mailing list.
Devin: This is the result I got when I applied the 2nd version of your
patch on Darwin and then ran the patched test file:
[parrot] 516 $ prove -v t/library/pcre.t
t/library/pcre....1..1
ok 1 # skip no pcre-config
ok
1/1 skipped: various reasons
All tests successful, 1 subtest skipped.
Files=1, Tests=1, 0 wallclock secs ( 0.13 cusr + 0.05 csys = 0.18 CPU)
Is this output reasonable? Is it what I should expect?
kid51