Re: Test.pm function not returning truth

2012-07-12 Thread Gabor Szabo
On Thu, Jul 12, 2012 at 9:58 AM, Patrick R. Michaud wrote: > On Thu, Jul 12, 2012 at 08:31:38AM +0300, Gabor Szabo wrote: >> Hi, >> >> I looked at lib/Test.pm and noticed that most (if not all) of the >> functions have >> some time measuring code in them and they return a timestamp instead >> of t

Re: Test.pm function not returning truth

2012-07-11 Thread Patrick R. Michaud
On Thu, Jul 12, 2012 at 08:31:38AM +0300, Gabor Szabo wrote: > Hi, > > I looked at lib/Test.pm and noticed that most (if not all) of the > functions have > some time measuring code in them and they return a timestamp instead > of the truth value. > > Would it be ok if I changed that so they will

Test.pm function not returning truth

2012-07-11 Thread Gabor Szabo
Hi, I looked at lib/Test.pm and noticed that most (if not all) of the functions have some time measuring code in them and they return a timestamp instead of the truth value. Would it be ok if I changed that so they will always return true/false? Gabor