summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlmodlib.pod4
-rw-r--r--pod/perltoc.pod12
2 files changed, 12 insertions, 4 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index aba6721378..4018041546 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -815,6 +815,10 @@ Perl interface to IEEE Std 1003.1
On demand loader for PerlIO layers and root of PerlIO::* name space
+=item PerlIO::via::QuotedPrint
+
+PerlIO layer for quoted-printable strings
+
=item Pod::Checker
Check pod documents for syntax errors
diff --git a/pod/perltoc.pod b/pod/perltoc.pod
index 109b1f1377..8b0a972acf 100644
--- a/pod/perltoc.pod
+++ b/pod/perltoc.pod
@@ -4672,7 +4672,7 @@ Set_ptrcnt
=item Extension Layers
-":encoding", ":Scalar", ":Via"
+":encoding", ":scalar", ":via"
=back
@@ -5347,6 +5347,8 @@ I<The Road goes ever on and on, down from the door where it began.>
=item Cygwin "unable to remap"
+=item Cygwin ndbm tests fail on FAT
+
=item ext/threads/t/libc
=item FreeBSD built with ithreads coredumps reading large directories
@@ -7201,6 +7203,8 @@ I<dlsym()>, Win9x and C<d_eofnblk>, Compiler/Preprocessor defines
=item File Permissions on Cygwin
+=item NDBM_File does not work on FAT filesystems
+
=item Script Portability on Cygwin
Pathnames, Text/Binary, F<.exe>, chown(), Miscellaneous
@@ -8376,8 +8380,8 @@ from perl
=item DESCRIPTION
$thread = threads->create(function, LIST), $thread->join, $thread->detach,
-threads->self, $thread->tid, threads->yield();, threads->list();, async
-BLOCK;
+threads->self, $thread->tid, threads->object( tid ), threads->yield();,
+threads->list();, async BLOCK;
=item WARNINGS
@@ -16552,7 +16556,7 @@ name space
=item DESCRIPTION
-unix, stdio, perlio, crlf, utf8, bytes, raw
+unix, stdio, perlio, crlf, utf8, bytes, raw, pop
=over 4