Author: lwall
Date: 2009-04-20 10:02:35 +0200 (Mon, 20 Apr 2009)
New Revision: 26299

Modified:
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
s/readline/get/


Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-04-20 07:22:44 UTC (rev 
26298)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-04-20 08:02:35 UTC (rev 
26299)
@@ -300,7 +300,7 @@
 
 =item method input-line-separator( --> Str) is rw
 
-This regulates how "readline" behaves.
+This regulates how "get" and "lines" behave.
 
 The input line (record) separator, newline by default.
 This influences Perl's idea of what a ``line'' is.
@@ -328,7 +328,7 @@
 
 [Deprecated.]
 
-=item method readline( --> Str)
+=item method get( --> Str)
 
 Reads the stream before it finds a C<$.input-line-separator> and
 returns it (autochomped by default).

Reply via email to