diff options
Diffstat (limited to 'perl/Curl_easy/easy.pm')
-rw-r--r-- | perl/Curl_easy/easy.pm | 4 |
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 |