aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm
blob: a0f7c9ad82be8367d2ee7feb919c958f78103317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix a grammatical error.
Author: Peter Pentchev <roam@FreeBSD.org>
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=49593
Last-Update: 2009-09-10

--- lib/WWW/Curl.pm.orig
+++ lib/WWW/Curl.pm
@@ -311,7 +311,7 @@
 
 Version 3.01 added some support for pre-multi versions of libcurl.
 
-Version 3.00 adds WWW::Curl::Multi interface, and a new module names
+Version 3.00 adds WWW::Curl::Multi interface, and new module names
 following perl conventions (WWW::Curl::Easy rather than WWW::Curl::easy),
 by Sebastian Riedel <sri at cpan.org>.