Loading perl/Curl_easy/README +6 −1 Original line number Diff line number Diff line Loading @@ -25,3 +25,8 @@ Parts of the callback support have been added by Cris Bailiff The latest version can be downloaded from http://koblenz-net.de/~horn/export/ Copyright (C) 2000, Daniel Stenberg, , et al. You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses. perl/Curl_easy/easy.pm +9 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,15 @@ Georg Horn <horn@koblenz-net.de> Additional callback,pod and test work by Cris Bailiff <c.bailiff@devsecure.com> and Forrest Cahoon <forrest.cahoon@merrillcorp.com> =head1 Copyright Copyright (C) 2000, Daniel Stenberg, , et al. You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses. =head1 SEE ALSO http://curl.haxx.se/ Loading perl/Curl_easy/easy.xs +8 −0 Original line number Diff line number Diff line /* Perl interface for libcurl. Check out the file README for more info. */ /* Copyright (C) 2000, Daniel Stenberg, , et al. You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses. */ #include "EXTERN.h" #include "perl.h" Loading perl/Curl_easy/test.pl +6 −0 Original line number Diff line number Diff line Loading @@ -313,3 +313,9 @@ if (Curl::easy::perform($curl) == 0) { Curl::easy::cleanup($curl); print "ok 21\n"; # Copyright (C) 2000, Daniel Stenberg, , et al. # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is # furnished to do so, under the terms of the MPL or the MIT/X-derivate # licenses. You may pick one of these licenses. Loading
perl/Curl_easy/README +6 −1 Original line number Diff line number Diff line Loading @@ -25,3 +25,8 @@ Parts of the callback support have been added by Cris Bailiff The latest version can be downloaded from http://koblenz-net.de/~horn/export/ Copyright (C) 2000, Daniel Stenberg, , et al. You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses.
perl/Curl_easy/easy.pm +9 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,15 @@ Georg Horn <horn@koblenz-net.de> Additional callback,pod and test work by Cris Bailiff <c.bailiff@devsecure.com> and Forrest Cahoon <forrest.cahoon@merrillcorp.com> =head1 Copyright Copyright (C) 2000, Daniel Stenberg, , et al. You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses. =head1 SEE ALSO http://curl.haxx.se/ Loading
perl/Curl_easy/easy.xs +8 −0 Original line number Diff line number Diff line /* Perl interface for libcurl. Check out the file README for more info. */ /* Copyright (C) 2000, Daniel Stenberg, , et al. You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses. */ #include "EXTERN.h" #include "perl.h" Loading
perl/Curl_easy/test.pl +6 −0 Original line number Diff line number Diff line Loading @@ -313,3 +313,9 @@ if (Curl::easy::perform($curl) == 0) { Curl::easy::cleanup($curl); print "ok 21\n"; # Copyright (C) 2000, Daniel Stenberg, , et al. # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is # furnished to do so, under the terms of the MPL or the MIT/X-derivate # licenses. You may pick one of these licenses.