aboutsummaryrefslogtreecommitdiff
path: root/perl/Curl_easy/easy.pm
diff options
context:
space:
mode:
authorCris Bailiff <c.bailiff@awayweb.com>2001-09-10 09:17:02 +0000
committerCris Bailiff <c.bailiff@awayweb.com>2001-09-10 09:17:02 +0000
commit96c7253cea75dda86cde6ef5d3d7269843318bbf (patch)
treea67e5098dc4b84d746640f213703d5d11d4961ce /perl/Curl_easy/easy.pm
parent3f5227dfc7389f008137a6f4703af8022ab862f3 (diff)
Fix perl segfault due to changes in header callback behaviour since curl-7.8.1-pre3
Diffstat (limited to 'perl/Curl_easy/easy.pm')
-rw-r--r--perl/Curl_easy/easy.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/Curl_easy/easy.pm b/perl/Curl_easy/easy.pm
index 8eeb89e17..0733de0c7 100644
--- a/perl/Curl_easy/easy.pm
+++ b/perl/Curl_easy/easy.pm
@@ -110,7 +110,7 @@ CURLINFO_CONTENT_LENGTH_UPLOAD
USE_INTERNAL_VARS
);
-$VERSION = '1.1.5';
+$VERSION = '1.1.6';
$Curl::easy::headers = "";
$Curl::easy::content = "";
@@ -254,7 +254,7 @@ indicate an error.
Georg Horn <horn@koblenz-net.de>
-Additional callback,pod and tes work by Cris Bailiff <c.bailiff@devsecure.com>
+Additional callback,pod and test work by Cris Bailiff <c.bailiff@devsecure.com>
and Forrest Cahoon <forrest.cahoon@merrillcorp.com>
=head1 SEE ALSO