wget: Fix error in texi2pod on Perl 5.18
authorAndrew Ruder <andrew.ruder@elecsyscorp.com>
Tue, 15 Oct 2013 13:16:33 +0000 (08:16 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 22 Oct 2013 14:16:36 +0000 (16:16 +0200)
commit5549f8e93489e6fc8348c3b2caac5dc3cbe2ff0f
tree057d20d95886f53e1208b9805c3f4a2c624ae1f0
parent550fe0dcf63898a64494f4d1b2f137fe4432460c
wget: Fix error in texi2pod on Perl 5.18

This gets around the following build errors that occurs on a system with
perl 5.18:

[...]
wget.pod around line 2151: Expected text after =item, not a number
wget.pod around line 2156: Expected text after =item, not a number
wget.pod around line 2162: Expected text after =item, not a number
[...]

This is already committed upstream and this patch will be unnecessary in
wget 1.15 when it is released:

commit 7f43748544f26008d0dd337704f02a6ed3200aaf
Author: Dave Reisner <dreisner@archlinux.org>
Date:   Mon Jun 17 23:31:46 2013 +0530

    Fix error in texi2pod intriduced with Perl 5.18

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wget/0001-Fix-error-in-texi2pod-intriduced-with-Perl-5.18.patch [new file with mode: 0644]