in reply to Re: Test::More Too Verbose
in thread Test::More Too Verbose
Sometimes you have to execute a binary to see if it exists. eg, if you're checking to see if you have GNU cp, you can't just see if there's a file called cp, you need to examine the binary. The easiest way of examining the binary is to execute it.
See, eg, App::Rsnapshot::CheckGNUcp
(please don't use App::Rsnapshot, it's an experimental and as-yet-incomplete rewrite of rsnapshot)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Test::More Too Verbose
by Anonymous Monk on Mar 26, 2010 at 11:19 UTC | |
by DrHyde (Prior) on Mar 30, 2010 at 16:14 UTC |