summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-09-18 15:07:21 +1000
committerTony Cook <tony@develop-help.com>2017-09-18 15:14:44 +1000
commit4369267db9ca4982c1a9bd1ef680bc4350decc3a (patch)
tree15a738f53f6929cf936a5c4b2e1681022395f6b0
parentd8b61909479178ddb668ad385988877d26f202f2 (diff)
downloadperl-4369267db9ca4982c1a9bd1ef680bc4350decc3a.tar.gz
(perl #132008) try to prevent the similar mistakes in the future
-rw-r--r--dist/Term-ReadLine/lib/Term/ReadLine.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/Term-ReadLine/lib/Term/ReadLine.pm b/dist/Term-ReadLine/lib/Term/ReadLine.pm
index e00fb376cd..78c1ebf5b6 100644
--- a/dist/Term-ReadLine/lib/Term/ReadLine.pm
+++ b/dist/Term-ReadLine/lib/Term/ReadLine.pm
@@ -75,6 +75,8 @@ history. Returns the old value.
returns an array with two strings that give most appropriate names for
files for input and output using conventions C<"E<lt>$in">, C<"E<gt>out">.
+The strings returned may not be useful for 3-argument open().
+
=item Attribs
returns a reference to a hash which describes internal configuration