Re: Test.pm function not returning truth

2012-07-12 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 always return true/false?

+1

Pm


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 pmich...@pobox.com 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 the truth value.

 Would it be ok if I changed that so they will always return true/false?

 +1

pull requests sent.

Gabor


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