truth is where you look for it

nicholas on 2005-09-10T21:15:00

Check out the last line of lib/Test/Harness/Iterator.pm

What other imaginative values of truth are hiding out on CPAN?


It was only fair

petdance on 2005-09-11T03:00:21

Steve found the problem that I had forgotten to have the true value, so I figure I might as well give him props.

Re:

Aristotle on 2005-09-11T08:02:26

Hmmm… :)

I have used....

Limbic Region on 2005-09-11T13:51:42

42 - which is too obvious.

My favorite that I use quite frequently
"This statement is false";

Unfortunately, my one and only public CPAN module Tie::Hash::Sorted uses the boring 1;

Find out...

Alias on 2005-09-11T14:21:33

We have PPI, we have CPAN::Mini... we even have CPAN::Processor. Finding out is in your grasp ...

Re:Find out...

nicholas on 2005-09-11T20:58:19

Colour me machiavellian, but I prefer to seed ideas into other people's heads, because they have more imagination than I do. If I code something, I'm limited to what I can think of. If other people code it, who knows where it will go...

Acme::ReturnValue

domm on 2005-09-11T14:44:45

We (Vienna.pm) once wrote something that would check all of CPAN for 'strange' return values (strange beeing something other than 1) during Linuxwochen Oesterreich. But we never really finished it...

I've used ...

drhyde on 2005-09-12T09:04:16

'false' - in Class::CanBeA.

Data::Compare::Plugins::* return arrays of arrays.

I suppose Net::Random and Games::Dice::Advanced should have random values of true.