It is obvious but would be nice if would not happen use Test::More; diag explain $data;
works nicely, then if I swicth to use Test::Most; diag explain $data; it stops printing as it now requires TEST_VERBOSE so Test::Most is not a drop-in replacement for Test::More. Gabor