Date: Fri, 01 Nov 2002 19:09:22 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: tobez@FreeBSD.org Cc: ports@FreeBSD.org Subject: Strange function definition in _h2ph_pre.ph of lang/perl5 Message-ID: <7mn0otr48d.wl@black.imgsrc.co.jp>
next in thread | raw e-mail | index | archive | help
On my system (5-current), /usr/local/lib/perl5/site_perl/5.6.1/mach/_h2ph_pre.ph has these lines: unless (defined &-Acpu) { sub -Acpu() { &i386 } } unless (defined &-Amachine) { sub -Amachine() { &i386 } } unless (defined &-Asystem) { sub -Asystem() { &unix } } But it seems these functions are not supposed to be here like this. Is this h2ph's bug? -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mn0otr48d.wl>