diff options
author | Cris Bailiff <c.bailiff@awayweb.com> | 2001-09-20 09:48:52 +0000 |
---|---|---|
committer | Cris Bailiff <c.bailiff@awayweb.com> | 2001-09-20 09:48:52 +0000 |
commit | 611fbfa917846e1cf1ebd3e9f965cd857f67081c (patch) | |
tree | 6d764973590b8c24cc03d5eee3470c6144e16340 /perl/Curl_easy/MANIFEST | |
parent | ecfacfb33492ab13a12c5b4e0eb0b06385f1de9b (diff) |
Commit Curl_easy v1.1.8 - constants updated for libcurl 7.9 - tests modularised
Diffstat (limited to 'perl/Curl_easy/MANIFEST')
-rw-r--r-- | perl/Curl_easy/MANIFEST | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/perl/Curl_easy/MANIFEST b/perl/Curl_easy/MANIFEST index d60043d7a..82f8c20ce 100644 --- a/perl/Curl_easy/MANIFEST +++ b/perl/Curl_easy/MANIFEST @@ -4,4 +4,13 @@ Makefile.PL README easy.pm easy.xs -test.pl +curlopt-constants.c +t/00constants.t +t/01basic.t +t/02header-callback.t +t/03body-callback.t +t/04abort-test.t +t/05progress.t +t/06http-post.t +t/07ftp-upload.t +t/08ssl.t |