Re: C implementation of Test::Harness' TAP protocol

2004-12-07 Thread Aaron Crane
thing like that, although the /\d$/ functions were invented later. Instead, the number represents how many arguments the function takes: wait3 is a 3-argument wait, dup2 is a 2-argument dup, and so on. This also explains why there's no wait2 function. If you were to apply the same naming scheme here, you'd therefore actually get C. -- Aaron Crane

Re: Devel::Cover and subroutine attributes

2012-12-11 Thread Aaron Crane
0.01 sys + 0.30 cusr 0.02 csys = 0.37 CPU) Result: PASS This should also work across threads, since (AIUI) optrees are shared across threads. David, sorry I didn't think of this when you originally asked your question on the Dancer list. -- Aaron Crane ** http://aaroncrane.co.uk/