Commit Curl_easy v1.1.8 - constants updated for libcurl 7.9 - tests modularised
authorCris Bailiff <c.bailiff@awayweb.com>
Thu, 20 Sep 2001 09:48:52 +0000 (09:48 +0000)
committerCris Bailiff <c.bailiff@awayweb.com>
Thu, 20 Sep 2001 09:48:52 +0000 (09:48 +0000)
commit611fbfa917846e1cf1ebd3e9f965cd857f67081c
tree6d764973590b8c24cc03d5eee3470c6144e16340
parentecfacfb33492ab13a12c5b4e0eb0b06385f1de9b
Commit Curl_easy v1.1.8 - constants updated for libcurl 7.9 - tests modularised
19 files changed:
perl/Curl_easy/Changes
perl/Curl_easy/MANIFEST
perl/Curl_easy/Makefile.PL
perl/Curl_easy/Makefile.am
perl/Curl_easy/README
perl/Curl_easy/curlopt-constants.c [new file with mode: 0644]
perl/Curl_easy/easy.pm
perl/Curl_easy/easy.xs
perl/Curl_easy/t/00constants.t [new file with mode: 0644]
perl/Curl_easy/t/01basic.t [new file with mode: 0644]
perl/Curl_easy/t/02header-callback.t [new file with mode: 0644]
perl/Curl_easy/t/03body-callback.t [new file with mode: 0644]
perl/Curl_easy/t/04abort-test.t [new file with mode: 0644]
perl/Curl_easy/t/05progress.t [new file with mode: 0644]
perl/Curl_easy/t/06http-post.t [new file with mode: 0644]
perl/Curl_easy/t/07ftp-upload.t [new file with mode: 0644]
perl/Curl_easy/t/08ssl.t [new file with mode: 0644]
perl/Curl_easy/t/Makefile.am [new file with mode: 0644]
perl/Curl_easy/test.pl [deleted file]