H.Merijn Brand wrote:
> t/prove-switches....Perl lib version (v5.6.1) doesn't match executable version 
> (v5.8.0) at /pro/lib/perl5/5.6.1/PA-RISC2.0/Config.pm line 21.

prove begins with #!/usr/bin/perl and prove-switches.t
runs it with
    my @actual = qx/$prove -Ifirst -D -I second -Ithird -Tvdb/;
A $^X should be inserted here.
(in bleadperl, the shebang line of prove is fixed when installed.)

Reply via email to