--- AnyEvent-ReadLine-Gnu/Gnu.pm 2012/05/10 22:59:21 1.3 +++ AnyEvent-ReadLine-Gnu/Gnu.pm 2012/05/10 23:28:38 1.4 @@ -257,14 +257,21 @@ =item unexpected disk I/O -By default, readline does filename completion on TAB, and reads it's config files. +By default, readline does filename completion on TAB, and reads its +config files. -=item output intermixing +=item tty settings After readline has been initialised, it will mangle the termios tty settings. This does not normally affect output very much, but should be taken into consideration. +=item output intermixing + +Your program might wish to print messages (for example, log messages) to +STDOUT or STDERR. This will usually cause confusion, unless readline is +hidden with the hide method. + =back Oh, and the above list is probably not complete.