Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 110399
Status: resolved
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: SHLOMIF [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.71



Subject: Typo : "an string"
Hi all! The attached patch corrects a typo in https://metacpan.org/pod/IO::Async::Notifier saying "an string". Please consider applying it. Regards and happy holidays, — Shlomi Fish
Subject: IO-Async-fix-a-typo.patch
--- IO-Async-0.70/lib/IO/Async/Notifier.pm.orig 2015-12-17 14:54:26.132288651 +0200 +++ IO-Async-0.70/lib/IO/Async/Notifier.pm 2015-12-17 14:54:39.013158287 +0200 @@ -853,7 +853,7 @@ Conditionally print a debugging message to C<STDERR> if debugging is enabled. If such a message is printed, it will be printed using C<printf> using the -given format and arguments. The message will be prefixed with an string, in +given format and arguments. The message will be prefixed with a string, in square brackets, to help identify the C<$notifier> instance. This string will be the class name of the notifier, and any parent notifiers it is contained by, joined by an arrow C<< <- >>. To ensure this string does not grow too
Thanks. Patched. -- Paul Evans
On Mon Apr 04 11:47:24 2016, PEVANS wrote: Show quoted text
> Thanks. Patched.
You're welcome! Thanks for applying it , though it took a while.