Subject: | A minor grammatical fix to the WWW-Curl documentation |
Hi,
Thanks for your work on WWW-Curl, and for integrating my fixes from
#49493 :) I'm now porting 4.11 to FreeBSD, and, yes, you guessed it -
no functional complains, but here I am, back with another very minor
grammatical fix - a sequencing comma :)
Happy holidays!
G'luck,
Peter
Subject: | WWW-Curl-comma.patch |
Description: Fix a grammatical error.
Author: Peter Pentchev <roam@FreeBSD.org>
Bug: FIXME
Last-Update: 2009-12-24
--- lib/WWW/Curl.pm.orig
+++ lib/WWW/Curl.pm
@@ -273,7 +273,7 @@
=item curl_multi_fdset
-This method returns three arrayrefs: the read, write and exception fds libcurl knows about.
+This method returns three arrayrefs: the read, write, and exception fds libcurl knows about.
In the case of no file descriptors in the given set, an empty array is returned.
=back