Date: Thu, 5 Apr 2001 06:59:52 -0700 (PDT) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm src/gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Message-ID: <200104051359.f35DxqR27642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2001/04/05 06:59:51 PDT Modified files: gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Log: Fix a few bugs in BSDPAN: * Fix a bug which prevented the second invocation of overloaded subs governed by SelfLoader from functioning. * Fix a bug with XS modules. MakeMaker determines where the xsubpp preprocessor is located by adding "ExtUtils" string to the Perl's system path. At the same time, BSDPAN has to fool MakeMaker into thinking that the Perl's system path is elsewhere. Now we `reverse-adjust' the notion of the Perl's system path for a moment, so xsubpp utility is found. This should fix the breakage with some p5- ports. Reported by: vanilla Submitted by: Anton Berezin <tobez@tobez.org> Revision Changes Path 1.2 +11 -9 src/gnu/usr.bin/perl/BSDPAN/BSDPAN/Override.pm 1.2 +21 -3 src/gnu/usr.bin/perl/BSDPAN/ExtUtils/MM_Unix.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104051359.f35DxqR27642>