b8c914
From 4369267db9ca4982c1a9bd1ef680bc4350decc3a Mon Sep 17 00:00:00 2001
b8c914
From: Tony Cook <tony@develop-help.com>
b8c914
Date: Mon, 18 Sep 2017 15:07:21 +1000
b8c914
Subject: [PATCH] (perl #132008) try to prevent the similar mistakes in the
b8c914
 future
b8c914
MIME-Version: 1.0
b8c914
Content-Type: text/plain; charset=UTF-8
b8c914
Content-Transfer-Encoding: 8bit
b8c914
b8c914
Signed-off-by: Petr Písař <ppisar@redhat.com>
b8c914
---
b8c914
 dist/Term-ReadLine/lib/Term/ReadLine.pm | 2 ++
b8c914
 1 file changed, 2 insertions(+)
b8c914
b8c914
diff --git a/dist/Term-ReadLine/lib/Term/ReadLine.pm b/dist/Term-ReadLine/lib/Term/ReadLine.pm
b8c914
index e00fb376cd..78c1ebf5b6 100644
b8c914
--- a/dist/Term-ReadLine/lib/Term/ReadLine.pm
b8c914
+++ b/dist/Term-ReadLine/lib/Term/ReadLine.pm
b8c914
@@ -75,6 +75,8 @@ history. Returns the old value.
b8c914
 returns an array with two strings that give most appropriate names for
b8c914
 files for input and output using conventions C<"E<lt>$in">, C<"E<gt>out">.
b8c914
 
b8c914
+The strings returned may not be useful for 3-argument open().
b8c914
+
b8c914
 =item Attribs
b8c914
 
b8c914
 returns a reference to a hash which describes internal configuration
b8c914
-- 
b8c914
2.13.6
b8c914