diff options
Diffstat (limited to 'perl/Curl_easy/Changes')
-rw-r--r-- | perl/Curl_easy/Changes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/Curl_easy/Changes b/perl/Curl_easy/Changes index 647017c54..11d45e5af 100644 --- a/perl/Curl_easy/Changes +++ b/perl/Curl_easy/Changes @@ -2,9 +2,9 @@ Revision history for Perl extension Curl::easy. Check out the file README for more info. 1.1.3 Wed Apr 18 2001: - Cris Bailiff <c.bailiff@devsecure.com> - - Change/shorten module function names: - Curl::easy::curl_easy_setopt becomes Curl::easy::setopt etc. - This requires minor changes to existing scripts.... + - Change/shorten module function names: Curl::easy::curl_easy_setopt + becomes Curl::easy::setopt etc. This requires minor changes to existing + scripts.... - Added callback function support to pass arbitrary SV * (including FILE globs) from perl through libcurl to the perl callback. - Make callbacks still work with existing scripts which use STDIO |