in reply to Failed test of Net::SNTP::Client module
Instead of using ok(), I like to use is() or diag() from Test::More, because they always also output the offending values when a test failure occurs. That helps me to narrow down the causes of test failures.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Failed test of Net::SNTP::Client module
by thanos1983 (Parson) on Jul 06, 2015 at 14:47 UTC |