http://qs1969.pair.com?node_id=743277

palette has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I am unable to see the Test::Harness displaying the test number and also doesn't displays the passed test ie; something like this
ok 1 - use xxxx;
instead I can see only the test that has failed which looks something like this
test1......59/0 # Failed test 'Order updated to PROCEED , Order id(xxxx)' # at test1.t line 565. # got: undef # expected: 'PROCEED'

I am not sure what I changed. I was experimenting with TAP::Harness on another script, but not sure whether it will have impact on the script that I am working which uses TEST::Harness
Note: When I run the test script individually using perl 1.t it displays all the pass and the fail tests with proper number