On Thu, Jul 3, 2008 at 2:43 AM, Slaven Rezic <[EMAIL PROTECTED]> wrote: > The only problem I see is if a tester is testing only, but never > installing, or if a user is first building and testing and finally > installing everything using CPAN's install_tested command. In this > case the script is neither available in $ENV{PATH} nor in the final > location.
I think that's a CPAN.pm/CPANPLUS problem. If they are going to offer "build_requires" that aren't installed, perhaps they should append the path to executables to $ENV{PATH}. I'm actually a bit surprised to realize that they don't. (And I'm looking to see what it would take.) -- David