From 96c7253cea75dda86cde6ef5d3d7269843318bbf Mon Sep 17 00:00:00 2001 From: Cris Bailiff Date: Mon, 10 Sep 2001 09:17:02 +0000 Subject: Fix perl segfault due to changes in header callback behaviour since curl-7.8.1-pre3 --- perl/Curl_easy/easy.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl/Curl_easy/easy.pm') 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 -Additional callback,pod and tes work by Cris Bailiff +Additional callback,pod and test work by Cris Bailiff and Forrest Cahoon =head1 SEE ALSO -- cgit v1.2.3