On Wed, Jul 2, 2008 at 7:18 PM, Tony Cook <[EMAIL PROTECTED]> wrote: > Now, this won't continue to be a problem for POE-XS-Loop-Poll, since a > function interface has been added to POE-Test-Loops, but it does > strike me as a bug in the test environment that it doesn't the make > binaries a distribution installs visible during testing.
I'm not clear why that makes sense. There's no guarantee that any given $^X is in $ENV{PATH} -- and binaries are installed in the same directory as $^X. So POE-Test-Loops or whatever needs to locate the binary relative to $^X and not rely on $ENV{PATH}. David