From owner-freebsd-perl@FreeBSD.ORG Sat Dec 17 18:07:55 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C2A116A41F; Sat, 17 Dec 2005 18:07:55 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr32.hinet.net (msr32.hinet.net [168.95.4.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFFB43D5C; Sat, 17 Dec 2005 18:07:54 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (arcadia.leeym.com [211.21.137.53]) by msr32.hinet.net (8.9.3/8.9.3) with ESMTP id CAA04361; Sun, 18 Dec 2005 02:07:38 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 92C16B29DE4; Sun, 18 Dec 2005 02:07:37 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61315-02; Sun, 18 Dec 2005 02:07:33 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 400E9B29D60; Sun, 18 Dec 2005 02:07:33 +0800 (CST) Date: Sun, 18 Dec 2005 02:07:33 +0800 From: Yen-Ming Lee To: Jun Kuriyama Message-ID: <20051217180733.GA51727@utopia.leeym.com> References: <20051206034743.GD59270@xor.obsecurity.org> <7mu0dfks8a.wl%kuriyama@imgsrc.co.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <7mu0dfks8a.wl%kuriyama@imgsrc.co.jp> X-Fingerprint: FE 7E 04 56 FC D7 24 21 B9 3B 53 06 E8 93 B5 81 X-Public-Key: http://www.leeym.com/pubkey.asc User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new at leeym.com Cc: perl@FreeBSD.org, skv@FreeBSD.org, Kris Kennaway Subject: Re: [ports-i386@pointyhat.freebsd.org: p5-App-Info-0.45 failed on i386 4] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 18:07:55 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=big5 Content-Disposition: inline On Mon, Dec 12, 2005 at 10:40:37AM +0900, Jun Kuriyama wrote: > At Mon, 5 Dec 2005 22:47:43 -0500, > Kris Kennaway wrote: > > Dozens of perl ports are now broken like this on 4.x..someone please investigate. > > It seems p5-podlators (Pod::Man) dying on 4.x. [deleted] > Index: files/patch-Man.pm > =================================================================== > RCS file: files/patch-Man.pm > diff -N files/patch-Man.pm > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ files/patch-Man.pm 12 Dec 2005 01:35:27 -0000 > @@ -0,0 +1,11 @@ > +--- lib/Pod/Man.pm.orig Mon Dec 12 10:35:06 2005 > ++++ lib/Pod/Man.pm Mon Dec 12 10:35:12 2005 > +@@ -300,7 +300,7 @@ > + } > + } elsif ($self->can ("end_$method")) { > + my $method = 'end_' . $method; > +- $self->$method; > ++ $self->$method(); > + } else { > + DEBUG > 2 and print "No $method end method, skipping\n"; > + } line 195 of lib/Pod/Text.pm needs to be fixed, too. -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBQ6RT5cnMx0NetS5RAQIyxwP/daIykZstouHKtb/ozgVmkJBzvP8jRdI/ RQ3upOLUGTGO4FhF2MRxDI6tf9aDoATkjVuyGBCeXfHAtXZGa5WZAveUcrHf36dV Z68nyjku/N6uWjfUn6zbqVnP+QFWROSBw/pwU26TmW6rc1jVw8spuB60YChl4G2A Ot05cjDYX2w= =E5Px -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--