Subject: | (Patch] POD nit |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Term/Emit.pm b/lib/Term/Emit.pm
index f40d19f..6b6dcbd 100644
--- a/lib/Term/Emit.pm
+++ b/lib/Term/Emit.pm
@@ -1410,7 +1410,7 @@ maintained across process contexts.
In this envvar's name, fd# is the fileno() of the output file handle to which
the messages are written. By default output is to STDERR,
which has a fileno of 2, so the envvar would be C<emit_fd2>.
-If output is being written to a string (C<-fh => \$some_string>),
+If output is being written to a string (C<< -fh => \$some_string >>),
then fd# is the string "str", for example C<emit_fdstr>
When Term::Emit is used with threads, the thread ID is placed