aboutsummaryrefslogtreecommitdiff
path: root/perl/Curl_easy/easy.pm
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-20 06:49:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-20 06:49:58 +0000
commita44a8cef993af60fea1e30f7572bbddac0d5a810 (patch)
treee8a0b4a3838464184be7edd5eb35f69da38cd28c /perl/Curl_easy/easy.pm
parent97ad165a63908f8fd459e14430b0db301ad4f315 (diff)
Cris Bailiff's 1.1.4 changes: Fix case where curl_slists such as 'HTTPHEADERS'
need to be re-set over persistant requests
Diffstat (limited to 'perl/Curl_easy/easy.pm')
-rw-r--r--perl/Curl_easy/easy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Curl_easy/easy.pm b/perl/Curl_easy/easy.pm
index e484a28f2..267700907 100644
--- a/perl/Curl_easy/easy.pm
+++ b/perl/Curl_easy/easy.pm
@@ -95,7 +95,7 @@ CURLINFO_REQUEST_SIZE
USE_INTERNAL_VARS
);
-$VERSION = '1.1.3';
+$VERSION = '1.1.4';
$Curl::easy::headers = "";
$Curl::easy::content = "";