Cris Bailiff > WWW-Curl-3.02 > WWW::Curl

Download:
WWW-Curl-3.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  2
View Bugs
Report a bug
Module Version: 3.02   Source   Latest Release: WWW-Curl-4.09

NAME ^

WWW::Curl - Perl extension interface for libcurl

SYNOPSIS ^

    use WWW::Curl;
    print $WWW::Curl::VERSION;

DESCRIPTION ^

WWW::Curl is a Perl extension interface for libcurl. See WWW::Curl::Easy and WWW::Curl::Multi for more documentation.

AUTHOR ^

Version 3.02 adds some backwards compatibility for scripts still using 'WWW::Curl::easy' names.

Version 3.00 adds WWW::Curl::Multi interface, and a new module names following perl conventions (WWW::Curl::Easy rather than WWW::Curl::easy), by Sebastian Riedel <sri@cpan.org>

Version 2.00 of WWW::Curl::easy is a renaming of the previous version (named Curl::easy), to follow CPAN naming guidelines, by Cris Bailiff.

Currently maintained by Cris Bailiff <c.bailiff+curl at devsecure.com>

COPYRIGHT ^

Copyright (C) 2003,2004,2005 Cris Bailiff

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.

SEE ALSO ^

WWW::Curl::Easy, WWW::Curl::Multi, http://curl.haxx.se