Blame SOURCES/wget-1.14-texi2pod_error_perl518.patch

bc22e6
From 7f43748544f26008d0dd337704f02a6ed3200aaf Mon Sep 17 00:00:00 2001
bc22e6
From: Dave Reisner <dreisner@archlinux.org>
bc22e6
Date: Mon, 17 Jun 2013 23:31:46 +0530
bc22e6
Subject: [PATCH] Fix error in texi2pod intriduced with Perl 5.18
bc22e6
bc22e6
---
bc22e6
 doc/texi2pod.pl | 2 +-
bc22e6
 1 files changed, 1 insertions(+), 1 deletion(-)
bc22e6
bc22e6
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
bc22e6
index 86c4b18..9db6de1 100755
bc22e6
--- a/doc/texi2pod.pl
bc22e6
+++ b/doc/texi2pod.pl
bc22e6
@@ -291,7 +291,7 @@ while(<$inf>) {
bc22e6
 	if (defined $1) {
bc22e6
             my $thing = $1;
bc22e6
             if ($ic =~ /\@asis/) {
bc22e6
-                $_ = "\n=item $thing\n";
bc22e6
+                $_ = "\n=item C<$thing>\n";
bc22e6
             } else {
bc22e6
                 # Entity escapes prevent munging by the <> processing below.
bc22e6
                 $_ = "\n=item $ic\<$thing\>\n";
bc22e6
-- 
bc22e6
1.8.1.4
bc22e6