[ports-i386@pointyhat.freebsd.org: p5-App-Info-0.45 failed on i386 4]

Yen-Ming Lee leeym at FreeBSD.org
Sat Dec 17 10:07:55 PST 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 305 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20051218/a0654d48/attachment.bin


More information about the freebsd-perl mailing list