in reply to 0==undef, that's annoying. Is it?

If you're trying to test unimplemented stub functions with Test::More, see the discussion of the  SKIP and  TODO blocks therein.

Replies are listed 'Best First'.
Re^2: 0==undef, that's annoying. Is it?
by mascip (Pilgrim) on Jul 15, 2012 at 22:43 UTC

    No, it's not that.
    It's just that i wrote my test first, then created the function so that it would compile, and was surprised to see the test pass while the function wasn't returning anything.

    Thank you though :o)