From 57b0a6266414cac2fc9d5ef999b933aedf16ab98 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Jul 2009 23:47:05 -0500 Subject: document the new raw option --- lib/IO/Pty/Easy.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm index 847ede7..ff0e884 100644 --- a/lib/IO/Pty/Easy.pm +++ b/lib/IO/Pty/Easy.pm @@ -69,6 +69,10 @@ A boolean option which determines whether or not changes in the size of the user The maximum number of characters returned by a C call. This can be overridden in the C argument list. Defaults to 8192. +=item raw + +A boolean option which determines whether or not to call L after C. Defaults to true. + =back =cut -- cgit v1.2.3