diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-18 13:41:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-18 13:41:04 +0000 |
commit | 8e9f0a73d051f430b7aa9ac7b2f5e57610e20067 (patch) | |
tree | d2292d3bf5aeeb1cb445ab084f8127540fa60073 /perl/Curl_easy/README | |
parent | 80fbcdf2f2ac3404874d0b306c457c1111494dc4 (diff) |
Georg Horn's updates, this is _also_ called 1.1.3 ! ;-)
Diffstat (limited to 'perl/Curl_easy/README')
-rw-r--r-- | perl/Curl_easy/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/perl/Curl_easy/README b/perl/Curl_easy/README index 2eee408a0..619fd7d77 100644 --- a/perl/Curl_easy/README +++ b/perl/Curl_easy/README @@ -12,16 +12,16 @@ installed. You then may install this module via the usual way: make install The module provides the same functionality as libcurl provides to C programs, -please refer to the documentation of libcurl. +please refer to the documentation of libcurl. Some examples may be found in +test.pl. -A short example how to use the module may be found in test.pl. +This software is distributed AS IS, WITHOUT WARRANTY OF ANY KIND, either +express or implied. Send praise, patches, money, beer and pizza to the author. +Send complaints to /dev/null. ;-) -This Software is distributed AS IS, WITHOUT WARRANTY OF ANY KIND, -either express or implied. Send praise, patches, money, beer and -pizza to the author. Send complaints to /dev/null. ;-) +The author of this software is Georg Horn <horn@koblenz-net.de> +Parts of the callback support have been added by Cris Bailiff +<c.bailiff@awayweb.com> and Forrest Cahoon <forrest.cahoon@merrillcorp.com> -The author of this module is Georg Horn <horn@koblenz-net.de> - -The latest version of this module can be dowloaded from -http://koblenz-net.de/~horn/export/ +The latest version can be downloaded from http://koblenz-net.de/~horn/export/ |