Hello dormando, In the t/cas.t in tests you removed recently the bug was probably in ok($result[0] != "", You should use 'ne' to compare strings. Original test was equal to ok($result[0] != 0, -- Tomash Brechko