On Wed, Mar 21, 2007 at 12:45:21PM +0000, John Morrissey wrote:
> Package: perl
> Version: 5.8.8-7
> Severity: minor
> Tags: patch
>
> There's a typo in the default destination directory mentioned by the man
> page h2ph(1):
>
> ..IP "\-d destination_dir" 4
> ..IX Item "-d destination_dir"
> Put the resulting \fB.ph\fR files beneath \fBdestination_dir\fR, instead of
> beneath the default Perl library location
> (\f(CW$Config{'installsitsearch'}\fR).
>
> Instead of installsitsearch, this should be installsitearch:
>
> $ perl -MConfig -e 'print $Config{installsitearch} . "\n"'
> /usr/local/lib/perl/5.8.4
> $ perl -MConfig -e 'print $Config{installsitsearch} . "\n"'
>
Thanks! I've applied this upstream to the Perl core with Perl
change #30660.
Steve Peters
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]