[perl #75602] PATCH: remove extraneous statement from mktables that's generating a make warning
[email protected] (karl williamson)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
# New Ticket Created by karl williamson # Please include the string: [perl #75602] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75602 > I attached this patch to an email regarding an earlier bug that hadn't been committed; hoping not to have to open another ticket for it; but I have now learned my lesson.
0001-Remove-debugging-statement-from-mktables.patch
(text/x-patch, 871 B)
>From 92201e7d7515cb9370c2c71c7d6bba1c0b630bc7 Mon Sep 17 00:00:00 2001
From: Karl Williamson <khw@khw-desktop.(none)>
Date: Sun, 30 May 2010 21:34:53 -0600
Subject: [PATCH] Remove debugging statement from mktables.
A debugging statement was inadvertently left in which causes an
extraneous warning.
---
lib/unicore/mktables | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index fc2b83b..a113114 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -13640,7 +13640,6 @@ my @input_file_objects = (
Each_Line_Handler => \&filter_jamo_line,
),
Input_file->new('UnicodeData.txt', v1.1.5,
-non_skip => 1,
Pre_Handler => \&setup_UnicodeData,
# We clean up this file for some early versions.
--
1.5.6.3