Hi, With the obvious risk of being laughed at, I'd like to ask you guys for a good use-case of isnt() in Test::More.
the one in the docs looks like this: # $foo isn't empty isnt( $foo, '', "Got some foo" ); which feels such a weak test I don't think I'd write it. You? Gabor