Skip Menu |

This queue is for tickets about the Term-Emit CPAN distribution.

Report information
The Basics
Id: 51923
Status: resolved
Priority: 0/
Queue: Term-Emit

People
Owner: ROSCIO [...] cpan.org
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.0.2
Fixed in: 0.0.3



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
Thanx; fixed for the upcoming release.