diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-07-25 08:08:23 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-07-25 08:08:23 +0900 |
commit | 9b3f69794dbf1f525bc1d1f15aa3403f55da92fe (patch) | |
tree | 3d19d810175a65a12f90a3fef62288747630ef15 /lib | |
parent | 4cd8ea6c4d941c8b47285d9c4976f62ece2df64d (diff) | |
download | perl-WWW-Curl-upstream.tar.gz perl-WWW-Curl-upstream.tar.bz2 perl-WWW-Curl-upstream.zip |
Imported Upstream version 4.17upstream/4.17upstream
Diffstat (limited to 'lib')
-rw-r--r-- | lib/WWW/Curl.pm | 9 | ||||
-rw-r--r-- | lib/WWW/Curl/Easy.pm | 5 | ||||
-rw-r--r-- | lib/WWW/Curl/Form.pm | 2 | ||||
-rw-r--r-- | lib/WWW/Curl/Multi.pm | 3 | ||||
-rw-r--r-- | lib/WWW/Curl/Share.pm | 3 |
5 files changed, 9 insertions, 13 deletions
diff --git a/lib/WWW/Curl.pm b/lib/WWW/Curl.pm index efb7c37..5909572 100644 --- a/lib/WWW/Curl.pm +++ b/lib/WWW/Curl.pm @@ -4,7 +4,7 @@ use strict; use warnings; use XSLoader; -our $VERSION = '4.16'; +our $VERSION = '4.17'; XSLoader::load(__PACKAGE__, $VERSION); END { @@ -133,7 +133,7 @@ a new batch of easy handles for processing. =head1 WWW::Curl::Share - use WWW::CURL::Share; + use WWW::Curl::Share; my $curlsh = new WWW::Curl::Share; $curlsh->setopt(CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE); $curlsh->setopt(CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS); @@ -390,13 +390,12 @@ repackaged the module into a more modern form. =head1 COPYRIGHT -Copyright (C) 2000-2005,2008-2010 Daniel Stenberg, Cris Bailiff, +Copyright (C) 2000-2005,2008-2014 Daniel Stenberg, Cris Bailiff, Sebastian Riedel, Balint Szilakszi 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. +to do so, under the terms of the MIT license. =head1 SEE ALSO diff --git a/lib/WWW/Curl/Easy.pm b/lib/WWW/Curl/Easy.pm index e07e1c0..b4dd1c5 100644 --- a/lib/WWW/Curl/Easy.pm +++ b/lib/WWW/Curl/Easy.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Carp; -our $VERSION = '4.16'; +our $VERSION = '4.17'; use WWW::Curl (); use Exporter (); @@ -58,5 +58,4 @@ Sebastian Riedel, 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. +to do so, under the terms of the MIT license. diff --git a/lib/WWW/Curl/Form.pm b/lib/WWW/Curl/Form.pm index 08912dd..67aa1b1 100644 --- a/lib/WWW/Curl/Form.pm +++ b/lib/WWW/Curl/Form.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Carp; -our $VERSION = '4.16'; +our $VERSION = '4.17'; use WWW::Curl (); use Exporter (); diff --git a/lib/WWW/Curl/Multi.pm b/lib/WWW/Curl/Multi.pm index e95949f..bf22312 100644 --- a/lib/WWW/Curl/Multi.pm +++ b/lib/WWW/Curl/Multi.pm @@ -11,5 +11,4 @@ Copyright (C) 2004 Sebastian Riedel, 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. +to do so, under the terms of the MIT license. diff --git a/lib/WWW/Curl/Share.pm b/lib/WWW/Curl/Share.pm index 2bd9aff..6751732 100644 --- a/lib/WWW/Curl/Share.pm +++ b/lib/WWW/Curl/Share.pm @@ -38,5 +38,4 @@ Copyright (C) 2008, Anton Fedorov (datacompboy <at> mail.ru) 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. +to do so, under the terms of the MIT license. |