On Sun, 20 Apr 2008 05:36:44 -0700
James Keenan (via RT) <[EMAIL PROTECTED]> wrote:
> -    my $cmd = $conf->data->get_p5('scriptdirexp') . q{/perldoc};
> +    my $cmd = q{perldoc};


> Mark, can you evaluate impact?

Well, it looks to me like it'll just run "perldoc" from the user's
$PATH, rather than trying to find the one that installed with the
currently running perl.  So it might lead to a different perldoc being
used, if the user has more than one rev of perl installed (and ran
Configure.pl with the non-default one).  Whether that actually matters
or not... I dunno.

Mark

Reply via email to