This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta - finalize with acknowledgements for 5.17.3
[perl5.git] / pod / perlapio.pod
index 1c57f9a..bb7115f 100644 (file)
@@ -390,8 +390,7 @@ vary from handle to handle.
 
   PerlIO_fast_gets(f) = PerlIO_has_cntptr(f) && \
                         PerlIO_canset_cnt(f) && \
-                        `Can set pointer into buffer'
-
+                        'Can set pointer into buffer'
 
 =item B<PerlIO_has_cntptr(f)>