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