From: dklawren Date: Tue, 5 May 2020 18:49:23 +0000 (-0400) Subject: Bug 1633846 - Enable retries for uploading attachments to S3 when an error occurs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc93e15d26f1c269bdd2c87696b676709e04d645;p=thirdparty%2Fbugzilla.git Bug 1633846 - Enable retries for uploading attachments to S3 when an error occurs --- diff --git a/Bugzilla/Attachment/Storage/S3.pm b/Bugzilla/Attachment/Storage/S3.pm index afb25e452..b370ee823 100644 --- a/Bugzilla/Attachment/Storage/S3.pm +++ b/Bugzilla/Attachment/Storage/S3.pm @@ -31,6 +31,7 @@ sub _build_s3 { aws_access_key_id => Bugzilla->params->{aws_access_key_id}, aws_secret_access_key => Bugzilla->params->{aws_secret_access_key}, secure => 1, + retry => 1, }); return $self->{s3}; } diff --git a/Dockerfile b/Dockerfile index f4c41320f..c4fbaa8d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mozillabteam/bmo-perl-slim:20200320.1 +FROM mozillabteam/bmo-perl-slim:20200504.1 ENV DEBIAN_FRONTEND noninteractive diff --git a/Dockerfile.bmo-slim b/Dockerfile.bmo-slim index 0cb9a6db1..15c93afdd 100644 --- a/Dockerfile.bmo-slim +++ b/Dockerfile.bmo-slim @@ -1,4 +1,4 @@ -FROM perl:5.30.1-slim AS builder +FROM perl:5.30.2-slim AS builder RUN apt-get update RUN apt-get install -y \ @@ -33,7 +33,7 @@ RUN find local -name '*.so' -exec ldd {} \; \ | xargs -IFILE apt-file search -l FILE \ | sort -u > PACKAGES -FROM perl:5.30.1-slim +FROM perl:5.30.2-slim ENV DEBIAN_FRONTEND noninteractive diff --git a/Dockerfile.cpanfile b/Dockerfile.cpanfile index df74a94af..c5c0ad842 100644 --- a/Dockerfile.cpanfile +++ b/Dockerfile.cpanfile @@ -1,4 +1,4 @@ -FROM perl:5.30.0-slim +FROM perl:5.30.2-slim RUN apt-get update RUN apt-get install -y \ diff --git a/Makefile.PL b/Makefile.PL index 285369acf..e7174f56b 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,7 +49,7 @@ my %requires = ( 'DBI' => '1.614', 'DBIx::Connector' => 0, 'DBIx::Class' => 0, - 'DBIx::Class::Helpers' => 0, + 'DBIx::Class::Helpers' => '== 2.034002', 'Data::Password::passwdqc' => '0.08', 'Date::Format' => '2.23', 'Date::Parse' => '2.31', @@ -69,7 +69,8 @@ my %requires = ( 'JSON::Validator' => '3.05', 'JSON::XS' => '2.01', 'LWP::Protocol::https' => '6.07', - 'LWP::UserAgent' => '6.26', + 'LWP::UserAgent' => '6.44', + 'LWP::UserAgent::Determined' => 0, 'List::MoreUtils' => '0.418', 'Log::Dispatch' => '2.67', 'Log::Log4perl' => '1.49', diff --git a/cpanfile b/cpanfile index d69f5bd5a..7d8d12bfc 100644 --- a/cpanfile +++ b/cpanfile @@ -22,7 +22,7 @@ requires 'Crypt::SMIME'; requires 'DBD::mysql', '4.037'; requires 'DBI', '1.614'; requires 'DBIx::Class'; -requires 'DBIx::Class::Helpers'; +requires 'DBIx::Class::Helpers', '== 2.034002'; requires 'DBIx::Connector'; requires 'Daemon::Generic'; requires 'Data::Password::passwdqc', '0.08'; @@ -64,7 +64,8 @@ requires 'JSON::RPC', '== 1.01'; requires 'JSON::Validator', '3.05'; requires 'JSON::XS', '2.0'; requires 'LWP::Protocol::https', '6.07'; -requires 'LWP::UserAgent', '6.26'; +requires 'LWP::UserAgent', '6.44'; +requires 'LWP::UserAgent::Determined'; requires 'Linux::Pdeathsig'; requires 'Linux::Pid'; requires 'Linux::Smaps::Tiny'; diff --git a/cpanfile.snapshot b/cpanfile.snapshot index 013ac77cd..e80224cb2 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -23,80 +23,83 @@ DISTRIBUTIONS Algorithm::Diff::_impl 1.1903 requirements: ExtUtils::MakeMaker 0 - Alien-Build-2.04 - pathname: P/PL/PLICEASE/Alien-Build-2.04.tar.gz - provides: - Alien::Base 2.04 - Alien::Base::PkgConfig 2.04 - Alien::Base::Wrapper 2.04 - Alien::Build 2.04 - Alien::Build::CommandSequence 2.04 - Alien::Build::Interpolate 2.04 - Alien::Build::Interpolate::Default 2.04 - Alien::Build::Interpolate::Helper 2.04 - Alien::Build::Log 2.04 - Alien::Build::Log::Abbreviate 2.04 - Alien::Build::Log::Default 2.04 - Alien::Build::MM 2.04 - Alien::Build::Meta 2.04 - Alien::Build::Plugin 2.04 - Alien::Build::Plugin::Build::Autoconf 2.04 - Alien::Build::Plugin::Build::CMake 2.04 - Alien::Build::Plugin::Build::MSYS 2.04 - Alien::Build::Plugin::Build::Make 2.04 - Alien::Build::Plugin::Build::SearchDep 2.04 - Alien::Build::Plugin::Core::CleanInstall 2.04 - Alien::Build::Plugin::Core::Download 2.04 - Alien::Build::Plugin::Core::FFI 2.04 - Alien::Build::Plugin::Core::Gather 2.04 - Alien::Build::Plugin::Core::Legacy 2.04 - Alien::Build::Plugin::Core::Override 2.04 - Alien::Build::Plugin::Core::Setup 2.04 - Alien::Build::Plugin::Core::Tail 2.04 - Alien::Build::Plugin::Decode::DirListing 2.04 - Alien::Build::Plugin::Decode::DirListingFtpcopy 2.04 - Alien::Build::Plugin::Decode::HTML 2.04 - Alien::Build::Plugin::Decode::Mojo 2.04 - Alien::Build::Plugin::Download::Negotiate 2.04 - Alien::Build::Plugin::Extract::ArchiveTar 2.04 - Alien::Build::Plugin::Extract::ArchiveZip 2.04 - Alien::Build::Plugin::Extract::CommandLine 2.04 - Alien::Build::Plugin::Extract::Directory 2.04 - Alien::Build::Plugin::Extract::Negotiate 2.04 - Alien::Build::Plugin::Fetch::CurlCommand 2.04 - Alien::Build::Plugin::Fetch::HTTPTiny 2.04 - Alien::Build::Plugin::Fetch::LWP 2.04 - Alien::Build::Plugin::Fetch::Local 2.04 - Alien::Build::Plugin::Fetch::LocalDir 2.04 - Alien::Build::Plugin::Fetch::NetFTP 2.04 - Alien::Build::Plugin::Fetch::Wget 2.04 - Alien::Build::Plugin::Gather::IsolateDynamic 2.04 - Alien::Build::Plugin::PkgConfig::CommandLine 2.04 - Alien::Build::Plugin::PkgConfig::LibPkgConf 2.04 - Alien::Build::Plugin::PkgConfig::MakeStatic 2.04 - Alien::Build::Plugin::PkgConfig::Negotiate 2.04 - Alien::Build::Plugin::PkgConfig::PP 2.04 - Alien::Build::Plugin::Prefer::BadVersion 2.04 - Alien::Build::Plugin::Prefer::GoodVersion 2.04 - Alien::Build::Plugin::Prefer::SortVersions 2.04 - Alien::Build::Plugin::Probe::CBuilder 2.04 - Alien::Build::Plugin::Probe::CommandLine 2.04 - Alien::Build::Plugin::Test::Mock 2.04 - Alien::Build::PluginMeta 2.04 - Alien::Build::Temp 2.04 - Alien::Build::TempDir 2.04 - Alien::Build::Util 2.04 - Alien::Build::Version::Basic 2.04 - Alien::Build::rc 2.04 - Alien::Role 2.04 - Test::Alien 2.04 - Test::Alien::Build 2.04 - Test::Alien::CanCompile 2.04 - Test::Alien::CanPlatypus 2.04 - Test::Alien::Diag 2.04 - Test::Alien::Run 2.04 - Test::Alien::Synthetic 2.04 - alienfile 2.04 + Alien-Build-2.21 + pathname: P/PL/PLICEASE/Alien-Build-2.21.tar.gz + provides: + Alien::Base 2.21 + Alien::Base::PkgConfig 2.21 + Alien::Base::Wrapper 2.21 + Alien::Build 2.21 + Alien::Build::CommandSequence 2.21 + Alien::Build::Helper 2.21 + Alien::Build::Interpolate 2.21 + Alien::Build::Interpolate::Default 2.21 + Alien::Build::Interpolate::Helper 2.21 + Alien::Build::Log 2.21 + Alien::Build::Log::Abbreviate 2.21 + Alien::Build::Log::Default 2.21 + Alien::Build::MM 2.21 + Alien::Build::Meta 2.21 + Alien::Build::Plugin 2.21 + Alien::Build::Plugin::Build::Autoconf 2.21 + Alien::Build::Plugin::Build::CMake 2.21 + Alien::Build::Plugin::Build::Copy 2.21 + Alien::Build::Plugin::Build::MSYS 2.21 + Alien::Build::Plugin::Build::Make 2.21 + Alien::Build::Plugin::Build::SearchDep 2.21 + Alien::Build::Plugin::Core::CleanInstall 2.21 + Alien::Build::Plugin::Core::Download 2.21 + Alien::Build::Plugin::Core::FFI 2.21 + Alien::Build::Plugin::Core::Gather 2.21 + Alien::Build::Plugin::Core::Legacy 2.21 + Alien::Build::Plugin::Core::Override 2.21 + Alien::Build::Plugin::Core::Setup 2.21 + Alien::Build::Plugin::Core::Tail 2.21 + Alien::Build::Plugin::Decode::DirListing 2.21 + Alien::Build::Plugin::Decode::DirListingFtpcopy 2.21 + Alien::Build::Plugin::Decode::HTML 2.21 + Alien::Build::Plugin::Decode::Mojo 2.21 + Alien::Build::Plugin::Download::Negotiate 2.21 + Alien::Build::Plugin::Extract::ArchiveTar 2.21 + Alien::Build::Plugin::Extract::ArchiveZip 2.21 + Alien::Build::Plugin::Extract::CommandLine 2.21 + Alien::Build::Plugin::Extract::Directory 2.21 + Alien::Build::Plugin::Extract::Negotiate 2.21 + Alien::Build::Plugin::Fetch::CurlCommand 2.21 + Alien::Build::Plugin::Fetch::HTTPTiny 2.21 + Alien::Build::Plugin::Fetch::LWP 2.21 + Alien::Build::Plugin::Fetch::Local 2.21 + Alien::Build::Plugin::Fetch::LocalDir 2.21 + Alien::Build::Plugin::Fetch::NetFTP 2.21 + Alien::Build::Plugin::Fetch::Wget 2.21 + Alien::Build::Plugin::Gather::IsolateDynamic 2.21 + Alien::Build::Plugin::PkgConfig::CommandLine 2.21 + Alien::Build::Plugin::PkgConfig::LibPkgConf 2.21 + Alien::Build::Plugin::PkgConfig::MakeStatic 2.21 + Alien::Build::Plugin::PkgConfig::Negotiate 2.21 + Alien::Build::Plugin::PkgConfig::PP 2.21 + Alien::Build::Plugin::Prefer::BadVersion 2.21 + Alien::Build::Plugin::Prefer::GoodVersion 2.21 + Alien::Build::Plugin::Prefer::SortVersions 2.21 + Alien::Build::Plugin::Probe::CBuilder 2.21 + Alien::Build::Plugin::Probe::CommandLine 2.21 + Alien::Build::Plugin::Probe::Vcpkg 2.21 + Alien::Build::Plugin::Test::Mock 2.21 + Alien::Build::PluginMeta 2.21 + Alien::Build::Temp 2.21 + Alien::Build::TempDir 2.21 + Alien::Build::Util 2.21 + Alien::Build::Version::Basic 2.21 + Alien::Build::rc 2.21 + Alien::Role 2.21 + Test::Alien 2.21 + Test::Alien::Build 2.21 + Test::Alien::CanCompile 2.21 + Test::Alien::CanPlatypus 2.21 + Test::Alien::Diag 2.21 + Test::Alien::Run 2.21 + Test::Alien::Synthetic 2.21 + alienfile 2.21 requirements: Capture::Tiny 0.17 ExtUtils::CBuilder 0 @@ -271,21 +274,21 @@ DISTRIBUTIONS ExtUtils::MakeMaker 0 Test::More 0 perl 5.008008 - Archive-Zip-1.67 - pathname: P/PH/PHRED/Archive-Zip-1.67.tar.gz - provides: - Archive::Zip 1.67 - Archive::Zip::Archive 1.67 - Archive::Zip::BufferedFileHandle 1.67 - Archive::Zip::DirectoryMember 1.67 - Archive::Zip::FileMember 1.67 - Archive::Zip::Member 1.67 - Archive::Zip::MemberRead 1.67 - Archive::Zip::MockFileHandle 1.67 - Archive::Zip::NewFileMember 1.67 - Archive::Zip::StringMember 1.67 - Archive::Zip::Tree 1.67 - Archive::Zip::ZipFileMember 1.67 + Archive-Zip-1.68 + pathname: P/PH/PHRED/Archive-Zip-1.68.tar.gz + provides: + Archive::Zip 1.68 + Archive::Zip::Archive 1.68 + Archive::Zip::BufferedFileHandle 1.68 + Archive::Zip::DirectoryMember 1.68 + Archive::Zip::FileMember 1.68 + Archive::Zip::Member 1.68 + Archive::Zip::MemberRead 1.68 + Archive::Zip::MockFileHandle 1.68 + Archive::Zip::NewFileMember 1.68 + Archive::Zip::StringMember 1.68 + Archive::Zip::Tree 1.68 + Archive::Zip::ZipFileMember 1.68 requirements: Compress::Raw::Zlib 2.017 Encode 0 @@ -374,19 +377,19 @@ DISTRIBUTIONS Scalar::Util 1.21 Test::More 0.98 perl 5.006000 - CGI-4.46 - pathname: L/LE/LEEJO/CGI-4.46.tar.gz + CGI-4.47 + pathname: L/LE/LEEJO/CGI-4.47.tar.gz provides: - CGI 4.46 - CGI::Carp 4.46 - CGI::Cookie 4.46 - CGI::File::Temp 4.46 + CGI 4.47 + CGI::Carp 4.47 + CGI::Cookie 4.47 + CGI::File::Temp 4.47 CGI::HTML::Functions undef - CGI::MultipartBuffer 4.46 - CGI::Pretty 4.46 - CGI::Push 4.46 - CGI::Util 4.46 - Fh 4.46 + CGI::MultipartBuffer 4.47 + CGI::Pretty 4.47 + CGI::Push 4.47 + CGI::Util 4.47 + Fh 4.47 requirements: Carp 0 Config 0 @@ -422,10 +425,10 @@ DISTRIBUTIONS ExtUtils::MakeMaker 0 HTTP::Response 0 perl 5.008001 - Cache-Memcached-Fast-0.25 - pathname: R/RA/RAZ/Cache-Memcached-Fast-0.25.tar.gz + Cache-Memcached-Fast-0.26 + pathname: R/RA/RAZ/Cache-Memcached-Fast-0.26.tar.gz provides: - Cache::Memcached::Fast 0.25 + Cache::Memcached::Fast 0.26 requirements: ExtUtils::MakeMaker 0 Test::More 0 @@ -726,16 +729,16 @@ DISTRIBUTIONS perl 5.006 strict 0 warnings 0 - Class-Trigger-0.14 - pathname: M/MI/MIYAGAWA/Class-Trigger-0.14.tar.gz + Class-Trigger-0.15 + pathname: M/MI/MIYAGAWA/Class-Trigger-0.15.tar.gz provides: - Class::Trigger 0.14 + Class::Trigger 0.15 requirements: - ExtUtils::MakeMaker 6.42 - Filter::Util::Call 0 + ExtUtils::MakeMaker 6.59 IO::Scalar 0 IO::WrapTie 0 Test::More 0.32 + perl 5.008001 Class-XSAccessor-1.19 pathname: S/SM/SMUELLER/Class-XSAccessor-1.19.tar.gz provides: @@ -747,10 +750,10 @@ DISTRIBUTIONS Time::HiRes 0 XSLoader 0 perl 5.008 - Clone-0.43 - pathname: A/AT/ATOOMIC/Clone-0.43.tar.gz + Clone-0.45 + pathname: A/AT/ATOOMIC/Clone-0.45.tar.gz provides: - Clone 0.43 + Clone 0.45 requirements: ExtUtils::MakeMaker 0 Clone-Choose-0.010 @@ -886,10 +889,10 @@ DISTRIBUTIONS overload 0 strict 0 warnings 0 - Crypt-Argon2-0.006 - pathname: L/LE/LEONT/Crypt-Argon2-0.006.tar.gz + Crypt-Argon2-0.007 + pathname: L/LE/LEONT/Crypt-Argon2-0.007.tar.gz provides: - Crypt::Argon2 0.006 + Crypt::Argon2 0.007 requirements: Exporter 5.57 ExtUtils::CBuilder 0 @@ -1121,118 +1124,118 @@ DISTRIBUTIONS requirements: ExtUtils::MakeMaker 0 strict 0 - CryptX-0.067 - pathname: M/MI/MIK/CryptX-0.067.tar.gz - provides: - Crypt::AuthEnc 0.067 - Crypt::AuthEnc::CCM 0.067 - Crypt::AuthEnc::ChaCha20Poly1305 0.067 - Crypt::AuthEnc::EAX 0.067 - Crypt::AuthEnc::GCM 0.067 - Crypt::AuthEnc::OCB 0.067 - Crypt::Checksum 0.067 - Crypt::Checksum::Adler32 0.067 - Crypt::Checksum::CRC32 0.067 - Crypt::Cipher 0.067 - Crypt::Cipher::AES 0.067 - Crypt::Cipher::Anubis 0.067 - Crypt::Cipher::Blowfish 0.067 - Crypt::Cipher::CAST5 0.067 - Crypt::Cipher::Camellia 0.067 - Crypt::Cipher::DES 0.067 - Crypt::Cipher::DES_EDE 0.067 - Crypt::Cipher::IDEA 0.067 - Crypt::Cipher::KASUMI 0.067 - Crypt::Cipher::Khazad 0.067 - Crypt::Cipher::MULTI2 0.067 - Crypt::Cipher::Noekeon 0.067 - Crypt::Cipher::RC2 0.067 - Crypt::Cipher::RC5 0.067 - Crypt::Cipher::RC6 0.067 - Crypt::Cipher::SAFERP 0.067 - Crypt::Cipher::SAFER_K128 0.067 - Crypt::Cipher::SAFER_K64 0.067 - Crypt::Cipher::SAFER_SK128 0.067 - Crypt::Cipher::SAFER_SK64 0.067 - Crypt::Cipher::SEED 0.067 - Crypt::Cipher::Serpent 0.067 - Crypt::Cipher::Skipjack 0.067 - Crypt::Cipher::Twofish 0.067 - Crypt::Cipher::XTEA 0.067 - Crypt::Digest 0.067 - Crypt::Digest::BLAKE2b_160 0.067 - Crypt::Digest::BLAKE2b_256 0.067 - Crypt::Digest::BLAKE2b_384 0.067 - Crypt::Digest::BLAKE2b_512 0.067 - Crypt::Digest::BLAKE2s_128 0.067 - Crypt::Digest::BLAKE2s_160 0.067 - Crypt::Digest::BLAKE2s_224 0.067 - Crypt::Digest::BLAKE2s_256 0.067 - Crypt::Digest::CHAES 0.067 - Crypt::Digest::Keccak224 0.067 - Crypt::Digest::Keccak256 0.067 - Crypt::Digest::Keccak384 0.067 - Crypt::Digest::Keccak512 0.067 - Crypt::Digest::MD2 0.067 - Crypt::Digest::MD4 0.067 - Crypt::Digest::MD5 0.067 - Crypt::Digest::RIPEMD128 0.067 - Crypt::Digest::RIPEMD160 0.067 - Crypt::Digest::RIPEMD256 0.067 - Crypt::Digest::RIPEMD320 0.067 - Crypt::Digest::SHA1 0.067 - Crypt::Digest::SHA224 0.067 - Crypt::Digest::SHA256 0.067 - Crypt::Digest::SHA384 0.067 - Crypt::Digest::SHA3_224 0.067 - Crypt::Digest::SHA3_256 0.067 - Crypt::Digest::SHA3_384 0.067 - Crypt::Digest::SHA3_512 0.067 - Crypt::Digest::SHA512 0.067 - Crypt::Digest::SHA512_224 0.067 - Crypt::Digest::SHA512_256 0.067 - Crypt::Digest::SHAKE 0.067 - Crypt::Digest::Tiger192 0.067 - Crypt::Digest::Whirlpool 0.067 - Crypt::KeyDerivation 0.067 - Crypt::Mac 0.067 - Crypt::Mac::BLAKE2b 0.067 - Crypt::Mac::BLAKE2s 0.067 - Crypt::Mac::F9 0.067 - Crypt::Mac::HMAC 0.067 - Crypt::Mac::OMAC 0.067 - Crypt::Mac::PMAC 0.067 - Crypt::Mac::Pelican 0.067 - Crypt::Mac::Poly1305 0.067 - Crypt::Mac::XCBC 0.067 - Crypt::Misc 0.067 - Crypt::Mode 0.067 - Crypt::Mode::CBC 0.067 - Crypt::Mode::CFB 0.067 - Crypt::Mode::CTR 0.067 - Crypt::Mode::ECB 0.067 - Crypt::Mode::OFB 0.067 - Crypt::PK 0.067 - Crypt::PK::DH 0.067 - Crypt::PK::DSA 0.067 - Crypt::PK::ECC 0.067 - Crypt::PK::Ed25519 0.067 - Crypt::PK::RSA 0.067 - Crypt::PK::X25519 0.067 - Crypt::PRNG 0.067 - Crypt::PRNG::ChaCha20 0.067 - Crypt::PRNG::Fortuna 0.067 - Crypt::PRNG::RC4 0.067 - Crypt::PRNG::Sober128 0.067 - Crypt::PRNG::Yarrow 0.067 - Crypt::Stream::ChaCha 0.067 - Crypt::Stream::RC4 0.067 - Crypt::Stream::Rabbit 0.067 - Crypt::Stream::Salsa20 0.067 - Crypt::Stream::Sober128 0.067 - Crypt::Stream::Sosemanuk 0.067 - CryptX 0.067 - Math::BigInt::LTM 0.067 + CryptX-0.068 + pathname: M/MI/MIK/CryptX-0.068.tar.gz + provides: + Crypt::AuthEnc 0.068 + Crypt::AuthEnc::CCM 0.068 + Crypt::AuthEnc::ChaCha20Poly1305 0.068 + Crypt::AuthEnc::EAX 0.068 + Crypt::AuthEnc::GCM 0.068 + Crypt::AuthEnc::OCB 0.068 + Crypt::Checksum 0.068 + Crypt::Checksum::Adler32 0.068 + Crypt::Checksum::CRC32 0.068 + Crypt::Cipher 0.068 + Crypt::Cipher::AES 0.068 + Crypt::Cipher::Anubis 0.068 + Crypt::Cipher::Blowfish 0.068 + Crypt::Cipher::CAST5 0.068 + Crypt::Cipher::Camellia 0.068 + Crypt::Cipher::DES 0.068 + Crypt::Cipher::DES_EDE 0.068 + Crypt::Cipher::IDEA 0.068 + Crypt::Cipher::KASUMI 0.068 + Crypt::Cipher::Khazad 0.068 + Crypt::Cipher::MULTI2 0.068 + Crypt::Cipher::Noekeon 0.068 + Crypt::Cipher::RC2 0.068 + Crypt::Cipher::RC5 0.068 + Crypt::Cipher::RC6 0.068 + Crypt::Cipher::SAFERP 0.068 + Crypt::Cipher::SAFER_K128 0.068 + Crypt::Cipher::SAFER_K64 0.068 + Crypt::Cipher::SAFER_SK128 0.068 + Crypt::Cipher::SAFER_SK64 0.068 + Crypt::Cipher::SEED 0.068 + Crypt::Cipher::Serpent 0.068 + Crypt::Cipher::Skipjack 0.068 + Crypt::Cipher::Twofish 0.068 + Crypt::Cipher::XTEA 0.068 + Crypt::Digest 0.068 + Crypt::Digest::BLAKE2b_160 0.068 + Crypt::Digest::BLAKE2b_256 0.068 + Crypt::Digest::BLAKE2b_384 0.068 + Crypt::Digest::BLAKE2b_512 0.068 + Crypt::Digest::BLAKE2s_128 0.068 + Crypt::Digest::BLAKE2s_160 0.068 + Crypt::Digest::BLAKE2s_224 0.068 + Crypt::Digest::BLAKE2s_256 0.068 + Crypt::Digest::CHAES 0.068 + Crypt::Digest::Keccak224 0.068 + Crypt::Digest::Keccak256 0.068 + Crypt::Digest::Keccak384 0.068 + Crypt::Digest::Keccak512 0.068 + Crypt::Digest::MD2 0.068 + Crypt::Digest::MD4 0.068 + Crypt::Digest::MD5 0.068 + Crypt::Digest::RIPEMD128 0.068 + Crypt::Digest::RIPEMD160 0.068 + Crypt::Digest::RIPEMD256 0.068 + Crypt::Digest::RIPEMD320 0.068 + Crypt::Digest::SHA1 0.068 + Crypt::Digest::SHA224 0.068 + Crypt::Digest::SHA256 0.068 + Crypt::Digest::SHA384 0.068 + Crypt::Digest::SHA3_224 0.068 + Crypt::Digest::SHA3_256 0.068 + Crypt::Digest::SHA3_384 0.068 + Crypt::Digest::SHA3_512 0.068 + Crypt::Digest::SHA512 0.068 + Crypt::Digest::SHA512_224 0.068 + Crypt::Digest::SHA512_256 0.068 + Crypt::Digest::SHAKE 0.068 + Crypt::Digest::Tiger192 0.068 + Crypt::Digest::Whirlpool 0.068 + Crypt::KeyDerivation 0.068 + Crypt::Mac 0.068 + Crypt::Mac::BLAKE2b 0.068 + Crypt::Mac::BLAKE2s 0.068 + Crypt::Mac::F9 0.068 + Crypt::Mac::HMAC 0.068 + Crypt::Mac::OMAC 0.068 + Crypt::Mac::PMAC 0.068 + Crypt::Mac::Pelican 0.068 + Crypt::Mac::Poly1305 0.068 + Crypt::Mac::XCBC 0.068 + Crypt::Misc 0.068 + Crypt::Mode 0.068 + Crypt::Mode::CBC 0.068 + Crypt::Mode::CFB 0.068 + Crypt::Mode::CTR 0.068 + Crypt::Mode::ECB 0.068 + Crypt::Mode::OFB 0.068 + Crypt::PK 0.068 + Crypt::PK::DH 0.068 + Crypt::PK::DSA 0.068 + Crypt::PK::ECC 0.068 + Crypt::PK::Ed25519 0.068 + Crypt::PK::RSA 0.068 + Crypt::PK::X25519 0.068 + Crypt::PRNG 0.068 + Crypt::PRNG::ChaCha20 0.068 + Crypt::PRNG::Fortuna 0.068 + Crypt::PRNG::RC4 0.068 + Crypt::PRNG::Sober128 0.068 + Crypt::PRNG::Yarrow 0.068 + Crypt::Stream::ChaCha 0.068 + Crypt::Stream::RC4 0.068 + Crypt::Stream::Rabbit 0.068 + Crypt::Stream::Salsa20 0.068 + Crypt::Stream::Sober128 0.068 + Crypt::Stream::Sosemanuk 0.068 + CryptX 0.068 + Math::BigInt::LTM 0.068 requirements: ExtUtils::MakeMaker 0 perl 5.006 @@ -1673,10 +1676,10 @@ DISTRIBUTIONS Exporter 0 ExtUtils::MakeMaker 0 perl 5.006 - Data-ObjectDriver-0.18 - pathname: S/SI/SIXAPART/Data-ObjectDriver-0.18.tar.gz + Data-ObjectDriver-0.19 + pathname: S/SI/SIXAPART/Data-ObjectDriver-0.19.tar.gz provides: - Data::ObjectDriver 0.18 + Data::ObjectDriver 0.19 Data::ObjectDriver::BaseObject undef Data::ObjectDriver::BaseView undef Data::ObjectDriver::Driver::BaseCache undef @@ -1776,19 +1779,19 @@ DISTRIBUTIONS requirements: ExtUtils::MakeMaker 0 IO::Socket::INET 0 - DateTime-1.51 - pathname: D/DR/DROLSKY/DateTime-1.51.tar.gz - provides: - DateTime 1.51 - DateTime::Duration 1.51 - DateTime::Helpers 1.51 - DateTime::Infinite 1.51 - DateTime::Infinite::Future 1.51 - DateTime::Infinite::Past 1.51 - DateTime::LeapSecond 1.51 - DateTime::PP 1.51 - DateTime::PPExtra 1.51 - DateTime::Types 1.51 + DateTime-1.52 + pathname: D/DR/DROLSKY/DateTime-1.52.tar.gz + provides: + DateTime 1.52 + DateTime::Duration 1.52 + DateTime::Helpers 1.52 + DateTime::Infinite 1.52 + DateTime::Infinite::Future 1.52 + DateTime::Infinite::Past 1.52 + DateTime::LeapSecond 1.52 + DateTime::PP 1.52 + DateTime::PPExtra 1.52 + DateTime::Types 1.52 requirements: Carp 0 DateTime::Locale 1.06 @@ -1853,11 +1856,11 @@ DISTRIBUTIONS DateTime::Format::Builder 0.6 ExtUtils::MakeMaker 0 perl 5.003 - DateTime-Format-Strptime-1.76 - pathname: D/DR/DROLSKY/DateTime-Format-Strptime-1.76.tar.gz + DateTime-Format-Strptime-1.77 + pathname: D/DR/DROLSKY/DateTime-Format-Strptime-1.77.tar.gz provides: - DateTime::Format::Strptime 1.76 - DateTime::Format::Strptime::Types 1.76 + DateTime::Format::Strptime 1.77 + DateTime::Format::Strptime::Types 1.77 requirements: Carp 0 DateTime 1.00 @@ -1914,382 +1917,382 @@ DISTRIBUTIONS Params::Validate 0 Set::Infinite 0.59 Test::More 0 - DateTime-TimeZone-2.38 - pathname: D/DR/DROLSKY/DateTime-TimeZone-2.38.tar.gz - provides: - DateTime::TimeZone 2.38 - DateTime::TimeZone::Africa::Abidjan 2.38 - DateTime::TimeZone::Africa::Accra 2.38 - DateTime::TimeZone::Africa::Algiers 2.38 - DateTime::TimeZone::Africa::Bissau 2.38 - DateTime::TimeZone::Africa::Cairo 2.38 - DateTime::TimeZone::Africa::Casablanca 2.38 - DateTime::TimeZone::Africa::Ceuta 2.38 - DateTime::TimeZone::Africa::El_Aaiun 2.38 - DateTime::TimeZone::Africa::Johannesburg 2.38 - DateTime::TimeZone::Africa::Juba 2.38 - DateTime::TimeZone::Africa::Khartoum 2.38 - DateTime::TimeZone::Africa::Lagos 2.38 - DateTime::TimeZone::Africa::Maputo 2.38 - DateTime::TimeZone::Africa::Monrovia 2.38 - DateTime::TimeZone::Africa::Nairobi 2.38 - DateTime::TimeZone::Africa::Ndjamena 2.38 - DateTime::TimeZone::Africa::Sao_Tome 2.38 - DateTime::TimeZone::Africa::Tripoli 2.38 - DateTime::TimeZone::Africa::Tunis 2.38 - DateTime::TimeZone::Africa::Windhoek 2.38 - DateTime::TimeZone::America::Adak 2.38 - DateTime::TimeZone::America::Anchorage 2.38 - DateTime::TimeZone::America::Araguaina 2.38 - DateTime::TimeZone::America::Argentina::Buenos_Aires 2.38 - DateTime::TimeZone::America::Argentina::Catamarca 2.38 - DateTime::TimeZone::America::Argentina::Cordoba 2.38 - DateTime::TimeZone::America::Argentina::Jujuy 2.38 - DateTime::TimeZone::America::Argentina::La_Rioja 2.38 - DateTime::TimeZone::America::Argentina::Mendoza 2.38 - DateTime::TimeZone::America::Argentina::Rio_Gallegos 2.38 - DateTime::TimeZone::America::Argentina::Salta 2.38 - DateTime::TimeZone::America::Argentina::San_Juan 2.38 - DateTime::TimeZone::America::Argentina::San_Luis 2.38 - DateTime::TimeZone::America::Argentina::Tucuman 2.38 - DateTime::TimeZone::America::Argentina::Ushuaia 2.38 - DateTime::TimeZone::America::Asuncion 2.38 - DateTime::TimeZone::America::Atikokan 2.38 - DateTime::TimeZone::America::Bahia 2.38 - DateTime::TimeZone::America::Bahia_Banderas 2.38 - DateTime::TimeZone::America::Barbados 2.38 - DateTime::TimeZone::America::Belem 2.38 - DateTime::TimeZone::America::Belize 2.38 - DateTime::TimeZone::America::Blanc_Sablon 2.38 - DateTime::TimeZone::America::Boa_Vista 2.38 - DateTime::TimeZone::America::Bogota 2.38 - DateTime::TimeZone::America::Boise 2.38 - DateTime::TimeZone::America::Cambridge_Bay 2.38 - DateTime::TimeZone::America::Campo_Grande 2.38 - DateTime::TimeZone::America::Cancun 2.38 - DateTime::TimeZone::America::Caracas 2.38 - DateTime::TimeZone::America::Cayenne 2.38 - DateTime::TimeZone::America::Chicago 2.38 - DateTime::TimeZone::America::Chihuahua 2.38 - DateTime::TimeZone::America::Costa_Rica 2.38 - DateTime::TimeZone::America::Creston 2.38 - DateTime::TimeZone::America::Cuiaba 2.38 - DateTime::TimeZone::America::Curacao 2.38 - DateTime::TimeZone::America::Danmarkshavn 2.38 - DateTime::TimeZone::America::Dawson 2.38 - DateTime::TimeZone::America::Dawson_Creek 2.38 - DateTime::TimeZone::America::Denver 2.38 - DateTime::TimeZone::America::Detroit 2.38 - DateTime::TimeZone::America::Edmonton 2.38 - DateTime::TimeZone::America::Eirunepe 2.38 - DateTime::TimeZone::America::El_Salvador 2.38 - DateTime::TimeZone::America::Fort_Nelson 2.38 - DateTime::TimeZone::America::Fortaleza 2.38 - DateTime::TimeZone::America::Glace_Bay 2.38 - DateTime::TimeZone::America::Godthab 2.38 - DateTime::TimeZone::America::Goose_Bay 2.38 - DateTime::TimeZone::America::Grand_Turk 2.38 - DateTime::TimeZone::America::Guatemala 2.38 - DateTime::TimeZone::America::Guayaquil 2.38 - DateTime::TimeZone::America::Guyana 2.38 - DateTime::TimeZone::America::Halifax 2.38 - DateTime::TimeZone::America::Havana 2.38 - DateTime::TimeZone::America::Hermosillo 2.38 - DateTime::TimeZone::America::Indiana::Indianapolis 2.38 - DateTime::TimeZone::America::Indiana::Knox 2.38 - DateTime::TimeZone::America::Indiana::Marengo 2.38 - DateTime::TimeZone::America::Indiana::Petersburg 2.38 - DateTime::TimeZone::America::Indiana::Tell_City 2.38 - DateTime::TimeZone::America::Indiana::Vevay 2.38 - DateTime::TimeZone::America::Indiana::Vincennes 2.38 - DateTime::TimeZone::America::Indiana::Winamac 2.38 - DateTime::TimeZone::America::Inuvik 2.38 - DateTime::TimeZone::America::Iqaluit 2.38 - DateTime::TimeZone::America::Jamaica 2.38 - DateTime::TimeZone::America::Juneau 2.38 - DateTime::TimeZone::America::Kentucky::Louisville 2.38 - DateTime::TimeZone::America::Kentucky::Monticello 2.38 - DateTime::TimeZone::America::La_Paz 2.38 - DateTime::TimeZone::America::Lima 2.38 - DateTime::TimeZone::America::Los_Angeles 2.38 - DateTime::TimeZone::America::Maceio 2.38 - DateTime::TimeZone::America::Managua 2.38 - DateTime::TimeZone::America::Manaus 2.38 - DateTime::TimeZone::America::Martinique 2.38 - DateTime::TimeZone::America::Matamoros 2.38 - DateTime::TimeZone::America::Mazatlan 2.38 - DateTime::TimeZone::America::Menominee 2.38 - DateTime::TimeZone::America::Merida 2.38 - DateTime::TimeZone::America::Metlakatla 2.38 - DateTime::TimeZone::America::Mexico_City 2.38 - DateTime::TimeZone::America::Miquelon 2.38 - DateTime::TimeZone::America::Moncton 2.38 - DateTime::TimeZone::America::Monterrey 2.38 - DateTime::TimeZone::America::Montevideo 2.38 - DateTime::TimeZone::America::Nassau 2.38 - DateTime::TimeZone::America::New_York 2.38 - DateTime::TimeZone::America::Nipigon 2.38 - DateTime::TimeZone::America::Nome 2.38 - DateTime::TimeZone::America::Noronha 2.38 - DateTime::TimeZone::America::North_Dakota::Beulah 2.38 - DateTime::TimeZone::America::North_Dakota::Center 2.38 - DateTime::TimeZone::America::North_Dakota::New_Salem 2.38 - DateTime::TimeZone::America::Ojinaga 2.38 - DateTime::TimeZone::America::Panama 2.38 - DateTime::TimeZone::America::Pangnirtung 2.38 - DateTime::TimeZone::America::Paramaribo 2.38 - DateTime::TimeZone::America::Phoenix 2.38 - DateTime::TimeZone::America::Port_au_Prince 2.38 - DateTime::TimeZone::America::Port_of_Spain 2.38 - DateTime::TimeZone::America::Porto_Velho 2.38 - DateTime::TimeZone::America::Puerto_Rico 2.38 - DateTime::TimeZone::America::Punta_Arenas 2.38 - DateTime::TimeZone::America::Rainy_River 2.38 - DateTime::TimeZone::America::Rankin_Inlet 2.38 - DateTime::TimeZone::America::Recife 2.38 - DateTime::TimeZone::America::Regina 2.38 - DateTime::TimeZone::America::Resolute 2.38 - DateTime::TimeZone::America::Rio_Branco 2.38 - DateTime::TimeZone::America::Santarem 2.38 - DateTime::TimeZone::America::Santiago 2.38 - DateTime::TimeZone::America::Santo_Domingo 2.38 - DateTime::TimeZone::America::Sao_Paulo 2.38 - DateTime::TimeZone::America::Scoresbysund 2.38 - DateTime::TimeZone::America::Sitka 2.38 - DateTime::TimeZone::America::St_Johns 2.38 - DateTime::TimeZone::America::Swift_Current 2.38 - DateTime::TimeZone::America::Tegucigalpa 2.38 - DateTime::TimeZone::America::Thule 2.38 - DateTime::TimeZone::America::Thunder_Bay 2.38 - DateTime::TimeZone::America::Tijuana 2.38 - DateTime::TimeZone::America::Toronto 2.38 - DateTime::TimeZone::America::Vancouver 2.38 - DateTime::TimeZone::America::Whitehorse 2.38 - DateTime::TimeZone::America::Winnipeg 2.38 - DateTime::TimeZone::America::Yakutat 2.38 - DateTime::TimeZone::America::Yellowknife 2.38 - DateTime::TimeZone::Antarctica::Casey 2.38 - DateTime::TimeZone::Antarctica::Davis 2.38 - DateTime::TimeZone::Antarctica::DumontDUrville 2.38 - DateTime::TimeZone::Antarctica::Macquarie 2.38 - DateTime::TimeZone::Antarctica::Mawson 2.38 - DateTime::TimeZone::Antarctica::Palmer 2.38 - DateTime::TimeZone::Antarctica::Rothera 2.38 - DateTime::TimeZone::Antarctica::Syowa 2.38 - DateTime::TimeZone::Antarctica::Troll 2.38 - DateTime::TimeZone::Antarctica::Vostok 2.38 - DateTime::TimeZone::Asia::Almaty 2.38 - DateTime::TimeZone::Asia::Amman 2.38 - DateTime::TimeZone::Asia::Anadyr 2.38 - DateTime::TimeZone::Asia::Aqtau 2.38 - DateTime::TimeZone::Asia::Aqtobe 2.38 - DateTime::TimeZone::Asia::Ashgabat 2.38 - DateTime::TimeZone::Asia::Atyrau 2.38 - DateTime::TimeZone::Asia::Baghdad 2.38 - DateTime::TimeZone::Asia::Baku 2.38 - DateTime::TimeZone::Asia::Bangkok 2.38 - DateTime::TimeZone::Asia::Barnaul 2.38 - DateTime::TimeZone::Asia::Beirut 2.38 - DateTime::TimeZone::Asia::Bishkek 2.38 - DateTime::TimeZone::Asia::Brunei 2.38 - DateTime::TimeZone::Asia::Chita 2.38 - DateTime::TimeZone::Asia::Choibalsan 2.38 - DateTime::TimeZone::Asia::Colombo 2.38 - DateTime::TimeZone::Asia::Damascus 2.38 - DateTime::TimeZone::Asia::Dhaka 2.38 - DateTime::TimeZone::Asia::Dili 2.38 - DateTime::TimeZone::Asia::Dubai 2.38 - DateTime::TimeZone::Asia::Dushanbe 2.38 - DateTime::TimeZone::Asia::Famagusta 2.38 - DateTime::TimeZone::Asia::Gaza 2.38 - DateTime::TimeZone::Asia::Hebron 2.38 - DateTime::TimeZone::Asia::Ho_Chi_Minh 2.38 - DateTime::TimeZone::Asia::Hong_Kong 2.38 - DateTime::TimeZone::Asia::Hovd 2.38 - DateTime::TimeZone::Asia::Irkutsk 2.38 - DateTime::TimeZone::Asia::Jakarta 2.38 - DateTime::TimeZone::Asia::Jayapura 2.38 - DateTime::TimeZone::Asia::Jerusalem 2.38 - DateTime::TimeZone::Asia::Kabul 2.38 - DateTime::TimeZone::Asia::Kamchatka 2.38 - DateTime::TimeZone::Asia::Karachi 2.38 - DateTime::TimeZone::Asia::Kathmandu 2.38 - DateTime::TimeZone::Asia::Khandyga 2.38 - DateTime::TimeZone::Asia::Kolkata 2.38 - DateTime::TimeZone::Asia::Krasnoyarsk 2.38 - DateTime::TimeZone::Asia::Kuala_Lumpur 2.38 - DateTime::TimeZone::Asia::Kuching 2.38 - DateTime::TimeZone::Asia::Macau 2.38 - DateTime::TimeZone::Asia::Magadan 2.38 - DateTime::TimeZone::Asia::Makassar 2.38 - DateTime::TimeZone::Asia::Manila 2.38 - DateTime::TimeZone::Asia::Nicosia 2.38 - DateTime::TimeZone::Asia::Novokuznetsk 2.38 - DateTime::TimeZone::Asia::Novosibirsk 2.38 - DateTime::TimeZone::Asia::Omsk 2.38 - DateTime::TimeZone::Asia::Oral 2.38 - DateTime::TimeZone::Asia::Pontianak 2.38 - DateTime::TimeZone::Asia::Pyongyang 2.38 - DateTime::TimeZone::Asia::Qatar 2.38 - DateTime::TimeZone::Asia::Qostanay 2.38 - DateTime::TimeZone::Asia::Qyzylorda 2.38 - DateTime::TimeZone::Asia::Riyadh 2.38 - DateTime::TimeZone::Asia::Sakhalin 2.38 - DateTime::TimeZone::Asia::Samarkand 2.38 - DateTime::TimeZone::Asia::Seoul 2.38 - DateTime::TimeZone::Asia::Shanghai 2.38 - DateTime::TimeZone::Asia::Singapore 2.38 - DateTime::TimeZone::Asia::Srednekolymsk 2.38 - DateTime::TimeZone::Asia::Taipei 2.38 - DateTime::TimeZone::Asia::Tashkent 2.38 - DateTime::TimeZone::Asia::Tbilisi 2.38 - DateTime::TimeZone::Asia::Tehran 2.38 - DateTime::TimeZone::Asia::Thimphu 2.38 - DateTime::TimeZone::Asia::Tokyo 2.38 - DateTime::TimeZone::Asia::Tomsk 2.38 - DateTime::TimeZone::Asia::Ulaanbaatar 2.38 - DateTime::TimeZone::Asia::Urumqi 2.38 - DateTime::TimeZone::Asia::Ust_Nera 2.38 - DateTime::TimeZone::Asia::Vladivostok 2.38 - DateTime::TimeZone::Asia::Yakutsk 2.38 - DateTime::TimeZone::Asia::Yangon 2.38 - DateTime::TimeZone::Asia::Yekaterinburg 2.38 - DateTime::TimeZone::Asia::Yerevan 2.38 - DateTime::TimeZone::Atlantic::Azores 2.38 - DateTime::TimeZone::Atlantic::Bermuda 2.38 - DateTime::TimeZone::Atlantic::Canary 2.38 - DateTime::TimeZone::Atlantic::Cape_Verde 2.38 - DateTime::TimeZone::Atlantic::Faroe 2.38 - DateTime::TimeZone::Atlantic::Madeira 2.38 - DateTime::TimeZone::Atlantic::Reykjavik 2.38 - DateTime::TimeZone::Atlantic::South_Georgia 2.38 - DateTime::TimeZone::Atlantic::Stanley 2.38 - DateTime::TimeZone::Australia::Adelaide 2.38 - DateTime::TimeZone::Australia::Brisbane 2.38 - DateTime::TimeZone::Australia::Broken_Hill 2.38 - DateTime::TimeZone::Australia::Currie 2.38 - DateTime::TimeZone::Australia::Darwin 2.38 - DateTime::TimeZone::Australia::Eucla 2.38 - DateTime::TimeZone::Australia::Hobart 2.38 - DateTime::TimeZone::Australia::Lindeman 2.38 - DateTime::TimeZone::Australia::Lord_Howe 2.38 - DateTime::TimeZone::Australia::Melbourne 2.38 - DateTime::TimeZone::Australia::Perth 2.38 - DateTime::TimeZone::Australia::Sydney 2.38 - DateTime::TimeZone::CET 2.38 - DateTime::TimeZone::CST6CDT 2.38 - DateTime::TimeZone::Catalog 2.38 - DateTime::TimeZone::EET 2.38 - DateTime::TimeZone::EST 2.38 - DateTime::TimeZone::EST5EDT 2.38 - DateTime::TimeZone::Europe::Amsterdam 2.38 - DateTime::TimeZone::Europe::Andorra 2.38 - DateTime::TimeZone::Europe::Astrakhan 2.38 - DateTime::TimeZone::Europe::Athens 2.38 - DateTime::TimeZone::Europe::Belgrade 2.38 - DateTime::TimeZone::Europe::Berlin 2.38 - DateTime::TimeZone::Europe::Brussels 2.38 - DateTime::TimeZone::Europe::Bucharest 2.38 - DateTime::TimeZone::Europe::Budapest 2.38 - DateTime::TimeZone::Europe::Chisinau 2.38 - DateTime::TimeZone::Europe::Copenhagen 2.38 - DateTime::TimeZone::Europe::Dublin 2.38 - DateTime::TimeZone::Europe::Gibraltar 2.38 - DateTime::TimeZone::Europe::Helsinki 2.38 - DateTime::TimeZone::Europe::Istanbul 2.38 - DateTime::TimeZone::Europe::Kaliningrad 2.38 - DateTime::TimeZone::Europe::Kiev 2.38 - DateTime::TimeZone::Europe::Kirov 2.38 - DateTime::TimeZone::Europe::Lisbon 2.38 - DateTime::TimeZone::Europe::London 2.38 - DateTime::TimeZone::Europe::Luxembourg 2.38 - DateTime::TimeZone::Europe::Madrid 2.38 - DateTime::TimeZone::Europe::Malta 2.38 - DateTime::TimeZone::Europe::Minsk 2.38 - DateTime::TimeZone::Europe::Monaco 2.38 - DateTime::TimeZone::Europe::Moscow 2.38 - DateTime::TimeZone::Europe::Oslo 2.38 - DateTime::TimeZone::Europe::Paris 2.38 - DateTime::TimeZone::Europe::Prague 2.38 - DateTime::TimeZone::Europe::Riga 2.38 - DateTime::TimeZone::Europe::Rome 2.38 - DateTime::TimeZone::Europe::Samara 2.38 - DateTime::TimeZone::Europe::Saratov 2.38 - DateTime::TimeZone::Europe::Simferopol 2.38 - DateTime::TimeZone::Europe::Sofia 2.38 - DateTime::TimeZone::Europe::Stockholm 2.38 - DateTime::TimeZone::Europe::Tallinn 2.38 - DateTime::TimeZone::Europe::Tirane 2.38 - DateTime::TimeZone::Europe::Ulyanovsk 2.38 - DateTime::TimeZone::Europe::Uzhgorod 2.38 - DateTime::TimeZone::Europe::Vienna 2.38 - DateTime::TimeZone::Europe::Vilnius 2.38 - DateTime::TimeZone::Europe::Volgograd 2.38 - DateTime::TimeZone::Europe::Warsaw 2.38 - DateTime::TimeZone::Europe::Zaporozhye 2.38 - DateTime::TimeZone::Europe::Zurich 2.38 - DateTime::TimeZone::Floating 2.38 - DateTime::TimeZone::HST 2.38 - DateTime::TimeZone::Indian::Chagos 2.38 - DateTime::TimeZone::Indian::Christmas 2.38 - DateTime::TimeZone::Indian::Cocos 2.38 - DateTime::TimeZone::Indian::Kerguelen 2.38 - DateTime::TimeZone::Indian::Mahe 2.38 - DateTime::TimeZone::Indian::Maldives 2.38 - DateTime::TimeZone::Indian::Mauritius 2.38 - DateTime::TimeZone::Indian::Reunion 2.38 - DateTime::TimeZone::Local 2.38 - DateTime::TimeZone::Local::Android 2.38 - DateTime::TimeZone::Local::Unix 2.38 - DateTime::TimeZone::Local::VMS 2.38 - DateTime::TimeZone::MET 2.38 - DateTime::TimeZone::MST 2.38 - DateTime::TimeZone::MST7MDT 2.38 - DateTime::TimeZone::OffsetOnly 2.38 - DateTime::TimeZone::OlsonDB 2.38 - DateTime::TimeZone::OlsonDB::Change 2.38 - DateTime::TimeZone::OlsonDB::Observance 2.38 - DateTime::TimeZone::OlsonDB::Rule 2.38 - DateTime::TimeZone::OlsonDB::Zone 2.38 - DateTime::TimeZone::PST8PDT 2.38 - DateTime::TimeZone::Pacific::Apia 2.38 - DateTime::TimeZone::Pacific::Auckland 2.38 - DateTime::TimeZone::Pacific::Bougainville 2.38 - DateTime::TimeZone::Pacific::Chatham 2.38 - DateTime::TimeZone::Pacific::Chuuk 2.38 - DateTime::TimeZone::Pacific::Easter 2.38 - DateTime::TimeZone::Pacific::Efate 2.38 - DateTime::TimeZone::Pacific::Enderbury 2.38 - DateTime::TimeZone::Pacific::Fakaofo 2.38 - DateTime::TimeZone::Pacific::Fiji 2.38 - DateTime::TimeZone::Pacific::Funafuti 2.38 - DateTime::TimeZone::Pacific::Galapagos 2.38 - DateTime::TimeZone::Pacific::Gambier 2.38 - DateTime::TimeZone::Pacific::Guadalcanal 2.38 - DateTime::TimeZone::Pacific::Guam 2.38 - DateTime::TimeZone::Pacific::Honolulu 2.38 - DateTime::TimeZone::Pacific::Kiritimati 2.38 - DateTime::TimeZone::Pacific::Kosrae 2.38 - DateTime::TimeZone::Pacific::Kwajalein 2.38 - DateTime::TimeZone::Pacific::Majuro 2.38 - DateTime::TimeZone::Pacific::Marquesas 2.38 - DateTime::TimeZone::Pacific::Nauru 2.38 - DateTime::TimeZone::Pacific::Niue 2.38 - DateTime::TimeZone::Pacific::Norfolk 2.38 - DateTime::TimeZone::Pacific::Noumea 2.38 - DateTime::TimeZone::Pacific::Pago_Pago 2.38 - DateTime::TimeZone::Pacific::Palau 2.38 - DateTime::TimeZone::Pacific::Pitcairn 2.38 - DateTime::TimeZone::Pacific::Pohnpei 2.38 - DateTime::TimeZone::Pacific::Port_Moresby 2.38 - DateTime::TimeZone::Pacific::Rarotonga 2.38 - DateTime::TimeZone::Pacific::Tahiti 2.38 - DateTime::TimeZone::Pacific::Tarawa 2.38 - DateTime::TimeZone::Pacific::Tongatapu 2.38 - DateTime::TimeZone::Pacific::Wake 2.38 - DateTime::TimeZone::Pacific::Wallis 2.38 - DateTime::TimeZone::UTC 2.38 - DateTime::TimeZone::WET 2.38 + DateTime-TimeZone-2.39 + pathname: D/DR/DROLSKY/DateTime-TimeZone-2.39.tar.gz + provides: + DateTime::TimeZone 2.39 + DateTime::TimeZone::Africa::Abidjan 2.39 + DateTime::TimeZone::Africa::Accra 2.39 + DateTime::TimeZone::Africa::Algiers 2.39 + DateTime::TimeZone::Africa::Bissau 2.39 + DateTime::TimeZone::Africa::Cairo 2.39 + DateTime::TimeZone::Africa::Casablanca 2.39 + DateTime::TimeZone::Africa::Ceuta 2.39 + DateTime::TimeZone::Africa::El_Aaiun 2.39 + DateTime::TimeZone::Africa::Johannesburg 2.39 + DateTime::TimeZone::Africa::Juba 2.39 + DateTime::TimeZone::Africa::Khartoum 2.39 + DateTime::TimeZone::Africa::Lagos 2.39 + DateTime::TimeZone::Africa::Maputo 2.39 + DateTime::TimeZone::Africa::Monrovia 2.39 + DateTime::TimeZone::Africa::Nairobi 2.39 + DateTime::TimeZone::Africa::Ndjamena 2.39 + DateTime::TimeZone::Africa::Sao_Tome 2.39 + DateTime::TimeZone::Africa::Tripoli 2.39 + DateTime::TimeZone::Africa::Tunis 2.39 + DateTime::TimeZone::Africa::Windhoek 2.39 + DateTime::TimeZone::America::Adak 2.39 + DateTime::TimeZone::America::Anchorage 2.39 + DateTime::TimeZone::America::Araguaina 2.39 + DateTime::TimeZone::America::Argentina::Buenos_Aires 2.39 + DateTime::TimeZone::America::Argentina::Catamarca 2.39 + DateTime::TimeZone::America::Argentina::Cordoba 2.39 + DateTime::TimeZone::America::Argentina::Jujuy 2.39 + DateTime::TimeZone::America::Argentina::La_Rioja 2.39 + DateTime::TimeZone::America::Argentina::Mendoza 2.39 + DateTime::TimeZone::America::Argentina::Rio_Gallegos 2.39 + DateTime::TimeZone::America::Argentina::Salta 2.39 + DateTime::TimeZone::America::Argentina::San_Juan 2.39 + DateTime::TimeZone::America::Argentina::San_Luis 2.39 + DateTime::TimeZone::America::Argentina::Tucuman 2.39 + DateTime::TimeZone::America::Argentina::Ushuaia 2.39 + DateTime::TimeZone::America::Asuncion 2.39 + DateTime::TimeZone::America::Atikokan 2.39 + DateTime::TimeZone::America::Bahia 2.39 + DateTime::TimeZone::America::Bahia_Banderas 2.39 + DateTime::TimeZone::America::Barbados 2.39 + DateTime::TimeZone::America::Belem 2.39 + DateTime::TimeZone::America::Belize 2.39 + DateTime::TimeZone::America::Blanc_Sablon 2.39 + DateTime::TimeZone::America::Boa_Vista 2.39 + DateTime::TimeZone::America::Bogota 2.39 + DateTime::TimeZone::America::Boise 2.39 + DateTime::TimeZone::America::Cambridge_Bay 2.39 + DateTime::TimeZone::America::Campo_Grande 2.39 + DateTime::TimeZone::America::Cancun 2.39 + DateTime::TimeZone::America::Caracas 2.39 + DateTime::TimeZone::America::Cayenne 2.39 + DateTime::TimeZone::America::Chicago 2.39 + DateTime::TimeZone::America::Chihuahua 2.39 + DateTime::TimeZone::America::Costa_Rica 2.39 + DateTime::TimeZone::America::Creston 2.39 + DateTime::TimeZone::America::Cuiaba 2.39 + DateTime::TimeZone::America::Curacao 2.39 + DateTime::TimeZone::America::Danmarkshavn 2.39 + DateTime::TimeZone::America::Dawson 2.39 + DateTime::TimeZone::America::Dawson_Creek 2.39 + DateTime::TimeZone::America::Denver 2.39 + DateTime::TimeZone::America::Detroit 2.39 + DateTime::TimeZone::America::Edmonton 2.39 + DateTime::TimeZone::America::Eirunepe 2.39 + DateTime::TimeZone::America::El_Salvador 2.39 + DateTime::TimeZone::America::Fort_Nelson 2.39 + DateTime::TimeZone::America::Fortaleza 2.39 + DateTime::TimeZone::America::Glace_Bay 2.39 + DateTime::TimeZone::America::Goose_Bay 2.39 + DateTime::TimeZone::America::Grand_Turk 2.39 + DateTime::TimeZone::America::Guatemala 2.39 + DateTime::TimeZone::America::Guayaquil 2.39 + DateTime::TimeZone::America::Guyana 2.39 + DateTime::TimeZone::America::Halifax 2.39 + DateTime::TimeZone::America::Havana 2.39 + DateTime::TimeZone::America::Hermosillo 2.39 + DateTime::TimeZone::America::Indiana::Indianapolis 2.39 + DateTime::TimeZone::America::Indiana::Knox 2.39 + DateTime::TimeZone::America::Indiana::Marengo 2.39 + DateTime::TimeZone::America::Indiana::Petersburg 2.39 + DateTime::TimeZone::America::Indiana::Tell_City 2.39 + DateTime::TimeZone::America::Indiana::Vevay 2.39 + DateTime::TimeZone::America::Indiana::Vincennes 2.39 + DateTime::TimeZone::America::Indiana::Winamac 2.39 + DateTime::TimeZone::America::Inuvik 2.39 + DateTime::TimeZone::America::Iqaluit 2.39 + DateTime::TimeZone::America::Jamaica 2.39 + DateTime::TimeZone::America::Juneau 2.39 + DateTime::TimeZone::America::Kentucky::Louisville 2.39 + DateTime::TimeZone::America::Kentucky::Monticello 2.39 + DateTime::TimeZone::America::La_Paz 2.39 + DateTime::TimeZone::America::Lima 2.39 + DateTime::TimeZone::America::Los_Angeles 2.39 + DateTime::TimeZone::America::Maceio 2.39 + DateTime::TimeZone::America::Managua 2.39 + DateTime::TimeZone::America::Manaus 2.39 + DateTime::TimeZone::America::Martinique 2.39 + DateTime::TimeZone::America::Matamoros 2.39 + DateTime::TimeZone::America::Mazatlan 2.39 + DateTime::TimeZone::America::Menominee 2.39 + DateTime::TimeZone::America::Merida 2.39 + DateTime::TimeZone::America::Metlakatla 2.39 + DateTime::TimeZone::America::Mexico_City 2.39 + DateTime::TimeZone::America::Miquelon 2.39 + DateTime::TimeZone::America::Moncton 2.39 + DateTime::TimeZone::America::Monterrey 2.39 + DateTime::TimeZone::America::Montevideo 2.39 + DateTime::TimeZone::America::Nassau 2.39 + DateTime::TimeZone::America::New_York 2.39 + DateTime::TimeZone::America::Nipigon 2.39 + DateTime::TimeZone::America::Nome 2.39 + DateTime::TimeZone::America::Noronha 2.39 + DateTime::TimeZone::America::North_Dakota::Beulah 2.39 + DateTime::TimeZone::America::North_Dakota::Center 2.39 + DateTime::TimeZone::America::North_Dakota::New_Salem 2.39 + DateTime::TimeZone::America::Nuuk 2.39 + DateTime::TimeZone::America::Ojinaga 2.39 + DateTime::TimeZone::America::Panama 2.39 + DateTime::TimeZone::America::Pangnirtung 2.39 + DateTime::TimeZone::America::Paramaribo 2.39 + DateTime::TimeZone::America::Phoenix 2.39 + DateTime::TimeZone::America::Port_au_Prince 2.39 + DateTime::TimeZone::America::Port_of_Spain 2.39 + DateTime::TimeZone::America::Porto_Velho 2.39 + DateTime::TimeZone::America::Puerto_Rico 2.39 + DateTime::TimeZone::America::Punta_Arenas 2.39 + DateTime::TimeZone::America::Rainy_River 2.39 + DateTime::TimeZone::America::Rankin_Inlet 2.39 + DateTime::TimeZone::America::Recife 2.39 + DateTime::TimeZone::America::Regina 2.39 + DateTime::TimeZone::America::Resolute 2.39 + DateTime::TimeZone::America::Rio_Branco 2.39 + DateTime::TimeZone::America::Santarem 2.39 + DateTime::TimeZone::America::Santiago 2.39 + DateTime::TimeZone::America::Santo_Domingo 2.39 + DateTime::TimeZone::America::Sao_Paulo 2.39 + DateTime::TimeZone::America::Scoresbysund 2.39 + DateTime::TimeZone::America::Sitka 2.39 + DateTime::TimeZone::America::St_Johns 2.39 + DateTime::TimeZone::America::Swift_Current 2.39 + DateTime::TimeZone::America::Tegucigalpa 2.39 + DateTime::TimeZone::America::Thule 2.39 + DateTime::TimeZone::America::Thunder_Bay 2.39 + DateTime::TimeZone::America::Tijuana 2.39 + DateTime::TimeZone::America::Toronto 2.39 + DateTime::TimeZone::America::Vancouver 2.39 + DateTime::TimeZone::America::Whitehorse 2.39 + DateTime::TimeZone::America::Winnipeg 2.39 + DateTime::TimeZone::America::Yakutat 2.39 + DateTime::TimeZone::America::Yellowknife 2.39 + DateTime::TimeZone::Antarctica::Casey 2.39 + DateTime::TimeZone::Antarctica::Davis 2.39 + DateTime::TimeZone::Antarctica::DumontDUrville 2.39 + DateTime::TimeZone::Antarctica::Macquarie 2.39 + DateTime::TimeZone::Antarctica::Mawson 2.39 + DateTime::TimeZone::Antarctica::Palmer 2.39 + DateTime::TimeZone::Antarctica::Rothera 2.39 + DateTime::TimeZone::Antarctica::Syowa 2.39 + DateTime::TimeZone::Antarctica::Troll 2.39 + DateTime::TimeZone::Antarctica::Vostok 2.39 + DateTime::TimeZone::Asia::Almaty 2.39 + DateTime::TimeZone::Asia::Amman 2.39 + DateTime::TimeZone::Asia::Anadyr 2.39 + DateTime::TimeZone::Asia::Aqtau 2.39 + DateTime::TimeZone::Asia::Aqtobe 2.39 + DateTime::TimeZone::Asia::Ashgabat 2.39 + DateTime::TimeZone::Asia::Atyrau 2.39 + DateTime::TimeZone::Asia::Baghdad 2.39 + DateTime::TimeZone::Asia::Baku 2.39 + DateTime::TimeZone::Asia::Bangkok 2.39 + DateTime::TimeZone::Asia::Barnaul 2.39 + DateTime::TimeZone::Asia::Beirut 2.39 + DateTime::TimeZone::Asia::Bishkek 2.39 + DateTime::TimeZone::Asia::Brunei 2.39 + DateTime::TimeZone::Asia::Chita 2.39 + DateTime::TimeZone::Asia::Choibalsan 2.39 + DateTime::TimeZone::Asia::Colombo 2.39 + DateTime::TimeZone::Asia::Damascus 2.39 + DateTime::TimeZone::Asia::Dhaka 2.39 + DateTime::TimeZone::Asia::Dili 2.39 + DateTime::TimeZone::Asia::Dubai 2.39 + DateTime::TimeZone::Asia::Dushanbe 2.39 + DateTime::TimeZone::Asia::Famagusta 2.39 + DateTime::TimeZone::Asia::Gaza 2.39 + DateTime::TimeZone::Asia::Hebron 2.39 + DateTime::TimeZone::Asia::Ho_Chi_Minh 2.39 + DateTime::TimeZone::Asia::Hong_Kong 2.39 + DateTime::TimeZone::Asia::Hovd 2.39 + DateTime::TimeZone::Asia::Irkutsk 2.39 + DateTime::TimeZone::Asia::Jakarta 2.39 + DateTime::TimeZone::Asia::Jayapura 2.39 + DateTime::TimeZone::Asia::Jerusalem 2.39 + DateTime::TimeZone::Asia::Kabul 2.39 + DateTime::TimeZone::Asia::Kamchatka 2.39 + DateTime::TimeZone::Asia::Karachi 2.39 + DateTime::TimeZone::Asia::Kathmandu 2.39 + DateTime::TimeZone::Asia::Khandyga 2.39 + DateTime::TimeZone::Asia::Kolkata 2.39 + DateTime::TimeZone::Asia::Krasnoyarsk 2.39 + DateTime::TimeZone::Asia::Kuala_Lumpur 2.39 + DateTime::TimeZone::Asia::Kuching 2.39 + DateTime::TimeZone::Asia::Macau 2.39 + DateTime::TimeZone::Asia::Magadan 2.39 + DateTime::TimeZone::Asia::Makassar 2.39 + DateTime::TimeZone::Asia::Manila 2.39 + DateTime::TimeZone::Asia::Nicosia 2.39 + DateTime::TimeZone::Asia::Novokuznetsk 2.39 + DateTime::TimeZone::Asia::Novosibirsk 2.39 + DateTime::TimeZone::Asia::Omsk 2.39 + DateTime::TimeZone::Asia::Oral 2.39 + DateTime::TimeZone::Asia::Pontianak 2.39 + DateTime::TimeZone::Asia::Pyongyang 2.39 + DateTime::TimeZone::Asia::Qatar 2.39 + DateTime::TimeZone::Asia::Qostanay 2.39 + DateTime::TimeZone::Asia::Qyzylorda 2.39 + DateTime::TimeZone::Asia::Riyadh 2.39 + DateTime::TimeZone::Asia::Sakhalin 2.39 + DateTime::TimeZone::Asia::Samarkand 2.39 + DateTime::TimeZone::Asia::Seoul 2.39 + DateTime::TimeZone::Asia::Shanghai 2.39 + DateTime::TimeZone::Asia::Singapore 2.39 + DateTime::TimeZone::Asia::Srednekolymsk 2.39 + DateTime::TimeZone::Asia::Taipei 2.39 + DateTime::TimeZone::Asia::Tashkent 2.39 + DateTime::TimeZone::Asia::Tbilisi 2.39 + DateTime::TimeZone::Asia::Tehran 2.39 + DateTime::TimeZone::Asia::Thimphu 2.39 + DateTime::TimeZone::Asia::Tokyo 2.39 + DateTime::TimeZone::Asia::Tomsk 2.39 + DateTime::TimeZone::Asia::Ulaanbaatar 2.39 + DateTime::TimeZone::Asia::Urumqi 2.39 + DateTime::TimeZone::Asia::Ust_Nera 2.39 + DateTime::TimeZone::Asia::Vladivostok 2.39 + DateTime::TimeZone::Asia::Yakutsk 2.39 + DateTime::TimeZone::Asia::Yangon 2.39 + DateTime::TimeZone::Asia::Yekaterinburg 2.39 + DateTime::TimeZone::Asia::Yerevan 2.39 + DateTime::TimeZone::Atlantic::Azores 2.39 + DateTime::TimeZone::Atlantic::Bermuda 2.39 + DateTime::TimeZone::Atlantic::Canary 2.39 + DateTime::TimeZone::Atlantic::Cape_Verde 2.39 + DateTime::TimeZone::Atlantic::Faroe 2.39 + DateTime::TimeZone::Atlantic::Madeira 2.39 + DateTime::TimeZone::Atlantic::Reykjavik 2.39 + DateTime::TimeZone::Atlantic::South_Georgia 2.39 + DateTime::TimeZone::Atlantic::Stanley 2.39 + DateTime::TimeZone::Australia::Adelaide 2.39 + DateTime::TimeZone::Australia::Brisbane 2.39 + DateTime::TimeZone::Australia::Broken_Hill 2.39 + DateTime::TimeZone::Australia::Currie 2.39 + DateTime::TimeZone::Australia::Darwin 2.39 + DateTime::TimeZone::Australia::Eucla 2.39 + DateTime::TimeZone::Australia::Hobart 2.39 + DateTime::TimeZone::Australia::Lindeman 2.39 + DateTime::TimeZone::Australia::Lord_Howe 2.39 + DateTime::TimeZone::Australia::Melbourne 2.39 + DateTime::TimeZone::Australia::Perth 2.39 + DateTime::TimeZone::Australia::Sydney 2.39 + DateTime::TimeZone::CET 2.39 + DateTime::TimeZone::CST6CDT 2.39 + DateTime::TimeZone::Catalog 2.39 + DateTime::TimeZone::EET 2.39 + DateTime::TimeZone::EST 2.39 + DateTime::TimeZone::EST5EDT 2.39 + DateTime::TimeZone::Europe::Amsterdam 2.39 + DateTime::TimeZone::Europe::Andorra 2.39 + DateTime::TimeZone::Europe::Astrakhan 2.39 + DateTime::TimeZone::Europe::Athens 2.39 + DateTime::TimeZone::Europe::Belgrade 2.39 + DateTime::TimeZone::Europe::Berlin 2.39 + DateTime::TimeZone::Europe::Brussels 2.39 + DateTime::TimeZone::Europe::Bucharest 2.39 + DateTime::TimeZone::Europe::Budapest 2.39 + DateTime::TimeZone::Europe::Chisinau 2.39 + DateTime::TimeZone::Europe::Copenhagen 2.39 + DateTime::TimeZone::Europe::Dublin 2.39 + DateTime::TimeZone::Europe::Gibraltar 2.39 + DateTime::TimeZone::Europe::Helsinki 2.39 + DateTime::TimeZone::Europe::Istanbul 2.39 + DateTime::TimeZone::Europe::Kaliningrad 2.39 + DateTime::TimeZone::Europe::Kiev 2.39 + DateTime::TimeZone::Europe::Kirov 2.39 + DateTime::TimeZone::Europe::Lisbon 2.39 + DateTime::TimeZone::Europe::London 2.39 + DateTime::TimeZone::Europe::Luxembourg 2.39 + DateTime::TimeZone::Europe::Madrid 2.39 + DateTime::TimeZone::Europe::Malta 2.39 + DateTime::TimeZone::Europe::Minsk 2.39 + DateTime::TimeZone::Europe::Monaco 2.39 + DateTime::TimeZone::Europe::Moscow 2.39 + DateTime::TimeZone::Europe::Oslo 2.39 + DateTime::TimeZone::Europe::Paris 2.39 + DateTime::TimeZone::Europe::Prague 2.39 + DateTime::TimeZone::Europe::Riga 2.39 + DateTime::TimeZone::Europe::Rome 2.39 + DateTime::TimeZone::Europe::Samara 2.39 + DateTime::TimeZone::Europe::Saratov 2.39 + DateTime::TimeZone::Europe::Simferopol 2.39 + DateTime::TimeZone::Europe::Sofia 2.39 + DateTime::TimeZone::Europe::Stockholm 2.39 + DateTime::TimeZone::Europe::Tallinn 2.39 + DateTime::TimeZone::Europe::Tirane 2.39 + DateTime::TimeZone::Europe::Ulyanovsk 2.39 + DateTime::TimeZone::Europe::Uzhgorod 2.39 + DateTime::TimeZone::Europe::Vienna 2.39 + DateTime::TimeZone::Europe::Vilnius 2.39 + DateTime::TimeZone::Europe::Volgograd 2.39 + DateTime::TimeZone::Europe::Warsaw 2.39 + DateTime::TimeZone::Europe::Zaporozhye 2.39 + DateTime::TimeZone::Europe::Zurich 2.39 + DateTime::TimeZone::Floating 2.39 + DateTime::TimeZone::HST 2.39 + DateTime::TimeZone::Indian::Chagos 2.39 + DateTime::TimeZone::Indian::Christmas 2.39 + DateTime::TimeZone::Indian::Cocos 2.39 + DateTime::TimeZone::Indian::Kerguelen 2.39 + DateTime::TimeZone::Indian::Mahe 2.39 + DateTime::TimeZone::Indian::Maldives 2.39 + DateTime::TimeZone::Indian::Mauritius 2.39 + DateTime::TimeZone::Indian::Reunion 2.39 + DateTime::TimeZone::Local 2.39 + DateTime::TimeZone::Local::Android 2.39 + DateTime::TimeZone::Local::Unix 2.39 + DateTime::TimeZone::Local::VMS 2.39 + DateTime::TimeZone::MET 2.39 + DateTime::TimeZone::MST 2.39 + DateTime::TimeZone::MST7MDT 2.39 + DateTime::TimeZone::OffsetOnly 2.39 + DateTime::TimeZone::OlsonDB 2.39 + DateTime::TimeZone::OlsonDB::Change 2.39 + DateTime::TimeZone::OlsonDB::Observance 2.39 + DateTime::TimeZone::OlsonDB::Rule 2.39 + DateTime::TimeZone::OlsonDB::Zone 2.39 + DateTime::TimeZone::PST8PDT 2.39 + DateTime::TimeZone::Pacific::Apia 2.39 + DateTime::TimeZone::Pacific::Auckland 2.39 + DateTime::TimeZone::Pacific::Bougainville 2.39 + DateTime::TimeZone::Pacific::Chatham 2.39 + DateTime::TimeZone::Pacific::Chuuk 2.39 + DateTime::TimeZone::Pacific::Easter 2.39 + DateTime::TimeZone::Pacific::Efate 2.39 + DateTime::TimeZone::Pacific::Enderbury 2.39 + DateTime::TimeZone::Pacific::Fakaofo 2.39 + DateTime::TimeZone::Pacific::Fiji 2.39 + DateTime::TimeZone::Pacific::Funafuti 2.39 + DateTime::TimeZone::Pacific::Galapagos 2.39 + DateTime::TimeZone::Pacific::Gambier 2.39 + DateTime::TimeZone::Pacific::Guadalcanal 2.39 + DateTime::TimeZone::Pacific::Guam 2.39 + DateTime::TimeZone::Pacific::Honolulu 2.39 + DateTime::TimeZone::Pacific::Kiritimati 2.39 + DateTime::TimeZone::Pacific::Kosrae 2.39 + DateTime::TimeZone::Pacific::Kwajalein 2.39 + DateTime::TimeZone::Pacific::Majuro 2.39 + DateTime::TimeZone::Pacific::Marquesas 2.39 + DateTime::TimeZone::Pacific::Nauru 2.39 + DateTime::TimeZone::Pacific::Niue 2.39 + DateTime::TimeZone::Pacific::Norfolk 2.39 + DateTime::TimeZone::Pacific::Noumea 2.39 + DateTime::TimeZone::Pacific::Pago_Pago 2.39 + DateTime::TimeZone::Pacific::Palau 2.39 + DateTime::TimeZone::Pacific::Pitcairn 2.39 + DateTime::TimeZone::Pacific::Pohnpei 2.39 + DateTime::TimeZone::Pacific::Port_Moresby 2.39 + DateTime::TimeZone::Pacific::Rarotonga 2.39 + DateTime::TimeZone::Pacific::Tahiti 2.39 + DateTime::TimeZone::Pacific::Tarawa 2.39 + DateTime::TimeZone::Pacific::Tongatapu 2.39 + DateTime::TimeZone::Pacific::Wake 2.39 + DateTime::TimeZone::Pacific::Wallis 2.39 + DateTime::TimeZone::UTC 2.39 + DateTime::TimeZone::WET 2.39 requirements: Class::Singleton 1.03 Cwd 3 @@ -2435,10 +2438,10 @@ DISTRIBUTIONS base 0 strict 0 warnings 0 - EV-4.32 - pathname: M/ML/MLEHMANN/EV-4.32.tar.gz + EV-4.33 + pathname: M/ML/MLEHMANN/EV-4.33.tar.gz provides: - EV 4.32 + EV 4.33 EV::MakeMaker undef requirements: Canary::Stability 0 @@ -2693,11 +2696,11 @@ DISTRIBUTIONS perl 5.008001 strict 0 warnings 0 - Exporter-Tiny-1.002001 - pathname: T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz + Exporter-Tiny-1.002002 + pathname: T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz provides: - Exporter::Shiny 1.002001 - Exporter::Tiny 1.002001 + Exporter::Shiny 1.002002 + Exporter::Tiny 1.002002 requirements: ExtUtils::MakeMaker 6.17 perl 5.006001 @@ -2772,53 +2775,53 @@ DISTRIBUTIONS requirements: ExtUtils::MakeMaker 0 perl 5.006 - FFI-Platypus-1.10 - pathname: P/PL/PLICEASE/FFI-Platypus-1.10.tar.gz - provides: - FFI::Build 1.10 - FFI::Build::File::Base 1.10 - FFI::Build::File::C 1.10 - FFI::Build::File::CXX 1.10 - FFI::Build::File::Library 1.10 - FFI::Build::File::Object 1.10 - FFI::Build::MM 1.10 - FFI::Build::MM::FBX 1.10 - FFI::Build::Platform 1.10 - FFI::Platypus 1.10 - FFI::Platypus::API 1.10 - FFI::Platypus::Buffer 1.10 - FFI::Platypus::Bundle 1.10 - FFI::Platypus::Closure 1.10 - FFI::Platypus::ClosureData 1.10 - FFI::Platypus::Constant 1.10 - FFI::Platypus::DL 1.10 - FFI::Platypus::Declare 1.10 - FFI::Platypus::Function 1.10 - FFI::Platypus::Function::Function 1.10 - FFI::Platypus::Function::Wrapper 1.10 - FFI::Platypus::Internal 1.10 - FFI::Platypus::Lang 1.10 - FFI::Platypus::Lang::ASM 1.10 - FFI::Platypus::Lang::C 1.10 - FFI::Platypus::Lang::Win32 1.10 - FFI::Platypus::Legacy 1.10 - FFI::Platypus::Memory 1.10 - FFI::Platypus::Record 1.10 - FFI::Platypus::Record::Meta 1.10 - FFI::Platypus::Record::TieArray 1.10 - FFI::Platypus::ShareConfig 1.10 - FFI::Platypus::Type 1.10 - FFI::Platypus::Type::PointerSizeBuffer 1.10 - FFI::Platypus::Type::StringArray 1.10 - FFI::Platypus::Type::StringPointer 1.10 - FFI::Platypus::TypeParser 1.10 - FFI::Platypus::TypeParser::Version0 1.10 - FFI::Platypus::TypeParser::Version1 1.10 - FFI::Probe 1.10 - FFI::Probe::Runner 1.10 - FFI::Probe::Runner::Builder 1.10 - FFI::Probe::Runner::Result 1.10 - FFI::Temp 1.10 + FFI-Platypus-1.24 + pathname: P/PL/PLICEASE/FFI-Platypus-1.24.tar.gz + provides: + FFI::Build 1.24 + FFI::Build::File::Base 1.24 + FFI::Build::File::C 1.24 + FFI::Build::File::CXX 1.24 + FFI::Build::File::Library 1.24 + FFI::Build::File::Object 1.24 + FFI::Build::MM 1.24 + FFI::Build::MM::FBX 1.24 + FFI::Build::Platform 1.24 + FFI::Platypus 1.24 + FFI::Platypus::API 1.24 + FFI::Platypus::Buffer 1.24 + FFI::Platypus::Bundle 1.24 + FFI::Platypus::Closure 1.24 + FFI::Platypus::ClosureData 1.24 + FFI::Platypus::Constant 1.24 + FFI::Platypus::DL 1.24 + FFI::Platypus::Declare 1.24 + FFI::Platypus::Function 1.24 + FFI::Platypus::Function::Function 1.24 + FFI::Platypus::Function::Wrapper 1.24 + FFI::Platypus::Internal 1.24 + FFI::Platypus::Lang 1.24 + FFI::Platypus::Lang::ASM 1.24 + FFI::Platypus::Lang::C 1.24 + FFI::Platypus::Lang::Win32 1.24 + FFI::Platypus::Legacy 1.24 + FFI::Platypus::Memory 1.24 + FFI::Platypus::Record 1.24 + FFI::Platypus::Record::Meta 1.24 + FFI::Platypus::Record::TieArray 1.24 + FFI::Platypus::ShareConfig 1.24 + FFI::Platypus::Type 1.24 + FFI::Platypus::Type::PointerSizeBuffer 1.24 + FFI::Platypus::Type::StringArray 1.24 + FFI::Platypus::Type::StringPointer 1.24 + FFI::Platypus::TypeParser 1.24 + FFI::Platypus::TypeParser::Version0 1.24 + FFI::Platypus::TypeParser::Version1 1.24 + FFI::Probe 1.24 + FFI::Probe::Runner 1.24 + FFI::Probe::Runner::Builder 1.24 + FFI::Probe::Runner::Result 1.24 + FFI::Temp 1.24 requirements: Capture::Tiny 0 ExtUtils::CBuilder 0 @@ -2961,10 +2964,10 @@ DISTRIBUTIONS perl 5.006 strict 0 warnings 0 - File-Slurp-9999.29 - pathname: C/CA/CAPOEIRAB/File-Slurp-9999.29.tar.gz + File-Slurp-9999.30 + pathname: C/CA/CAPOEIRAB/File-Slurp-9999.30.tar.gz provides: - File::Slurp 9999.29 + File::Slurp 9999.30 requirements: B 0 Carp 0 @@ -3057,16 +3060,16 @@ DISTRIBUTIONS Scalar::Util 1.17 Test::Exception 0 Test::More 0 - Future-0.43 - pathname: P/PE/PEVANS/Future-0.43.tar.gz + Future-0.45 + pathname: P/PE/PEVANS/Future-0.45.tar.gz provides: - Future 0.43 - Future::Exception 0.43 - Future::Mutex 0.43 - Future::Queue 0.43 - Future::Utils 0.43 - Test::Future 0.43 - Test::Future::Deferred 0.43 + Future 0.45 + Future::Exception 0.45 + Future::Mutex 0.45 + Future::Queue 0.45 + Future::Utils 0.45 + Test::Future 0.45 + Test::Future::Deferred 0.45 requirements: Carp 1.25 Module::Build 0.4004 @@ -3384,23 +3387,23 @@ DISTRIBUTIONS HTTP::Date 0 Module::Build::Tiny 0.035 perl 5.008001 - HTTP-Message-6.18 - pathname: O/OA/OALDERS/HTTP-Message-6.18.tar.gz - provides: - HTTP::Config 6.18 - HTTP::Headers 6.18 - HTTP::Headers::Auth 6.18 - HTTP::Headers::ETag 6.18 - HTTP::Headers::Util 6.18 - HTTP::Message 6.18 - HTTP::Request 6.18 - HTTP::Request::Common 6.18 - HTTP::Response 6.18 - HTTP::Status 6.18 + HTTP-Message-6.22 + pathname: O/OA/OALDERS/HTTP-Message-6.22.tar.gz + provides: + HTTP::Config 6.22 + HTTP::Headers 6.22 + HTTP::Headers::Auth 6.22 + HTTP::Headers::ETag 6.22 + HTTP::Headers::Util 6.22 + HTTP::Message 6.22 + HTTP::Request 6.22 + HTTP::Request::Common 6.22 + HTTP::Response 6.22 + HTTP::Status 6.22 requirements: Carp 0 Compress::Raw::Zlib 0 - Encode 2.21 + Encode 3.01 Encode::Locale 1 Exporter 5.57 ExtUtils::MakeMaker 0 @@ -3557,17 +3560,17 @@ DISTRIBUTIONS IO::SessionSet undef requirements: ExtUtils::MakeMaker 0 - IO-Socket-SSL-2.066 - pathname: S/SU/SULLR/IO-Socket-SSL-2.066.tar.gz + IO-Socket-SSL-2.068 + pathname: S/SU/SULLR/IO-Socket-SSL-2.068.tar.gz provides: - IO::Socket::SSL 2.066 + IO::Socket::SSL 2.068 IO::Socket::SSL::Intercept 2.056 - IO::Socket::SSL::OCSP_Cache 2.066 - IO::Socket::SSL::OCSP_Resolver 2.066 + IO::Socket::SSL::OCSP_Cache 2.068 + IO::Socket::SSL::OCSP_Resolver 2.068 IO::Socket::SSL::PublicSuffix undef - IO::Socket::SSL::SSL_Context 2.066 - IO::Socket::SSL::SSL_HANDLE 2.066 - IO::Socket::SSL::Session_Cache 2.066 + IO::Socket::SSL::SSL_Context 2.068 + IO::Socket::SSL::SSL_HANDLE 2.068 + IO::Socket::SSL::Session_Cache 2.068 IO::Socket::SSL::Utils 2.014 requirements: ExtUtils::MakeMaker 0 @@ -3604,10 +3607,10 @@ DISTRIBUTIONS parent 0 strict 0 warnings 0 - IPC-System-Simple-1.26 - pathname: J/JK/JKEENAN/IPC-System-Simple-1.26.tar.gz + IPC-System-Simple-1.30 + pathname: J/JK/JKEENAN/IPC-System-Simple-1.30.tar.gz provides: - IPC::System::Simple 1.26 + IPC::System::Simple 1.30 requirements: Carp 0 Exporter 0 @@ -3646,10 +3649,10 @@ DISTRIBUTIONS perl 5.008 strict 0 warnings 0 - JSON-MaybeXS-1.004000 - pathname: H/HA/HAARG/JSON-MaybeXS-1.004000.tar.gz + JSON-MaybeXS-1.004001 + pathname: E/ET/ETHER/JSON-MaybeXS-1.004001.tar.gz provides: - JSON::MaybeXS 1.004000 + JSON::MaybeXS 1.004001 requirements: Carp 0 Cpanel::JSON::XS 2.3310 @@ -3689,17 +3692,20 @@ DISTRIBUTIONS Router::Simple 0 Test::More 0 parent 0 - JSON-Validator-3.19 - pathname: J/JH/JHTHORSEN/JSON-Validator-3.19.tar.gz + JSON-Validator-3.25 + pathname: J/JH/JHTHORSEN/JSON-Validator-3.25.tar.gz provides: - JSON::Validator 3.19 + JSON::Validator 3.25 JSON::Validator::Error undef JSON::Validator::Formats undef JSON::Validator::Joi undef JSON::Validator::Ref undef + JSON::Validator::Util undef requirements: ExtUtils::MakeMaker 0 + List::Util 1.45 Mojolicious 7.28 + YAML::XS 0.80 perl 5.010001 JSON-XS-4.02 pathname: M/ML/MLEHMANN/JSON-XS-4.02.tar.gz @@ -3734,6 +3740,13 @@ DISTRIBUTIONS Mozilla::CA 20110101 Net::HTTPS 6 perl 5.008001 + LWP-UserAgent-Determined-1.07 + pathname: A/AL/ALEXMV/LWP-UserAgent-Determined-1.07.tar.gz + provides: + LWP::UserAgent::Determined 1.07 + requirements: + ExtUtils::MakeMaker 0 + LWP 0 Layout-Manager-0.35 pathname: G/GP/GPHAT/Layout-Manager-0.35.tar.gz provides: @@ -4487,20 +4500,20 @@ DISTRIBUTIONS Test::Mojo 0 Test::More 0 perl 5.010001 - Moo-2.003006 - pathname: H/HA/HAARG/Moo-2.003006.tar.gz + Moo-2.004000 + pathname: H/HA/HAARG/Moo-2.004000.tar.gz provides: Method::Generate::Accessor undef Method::Generate::BuildAll undef Method::Generate::Constructor undef Method::Generate::DemolishAll undef - Moo 2.003006 + Moo 2.004000 Moo::HandleMoose undef Moo::HandleMoose::FakeConstructor undef Moo::HandleMoose::FakeMetaClass undef Moo::HandleMoose::_TypeMap undef Moo::Object undef - Moo::Role 2.003006 + Moo::Role 2.004000 Moo::_Utils undef Moo::_mro undef Moo::_strictures undef @@ -4512,19 +4525,19 @@ DISTRIBUTIONS ExtUtils::MakeMaker 0 Module::Runtime 0.014 Role::Tiny 2.001004 - Scalar::Util 1.09 + Scalar::Util 1.00 Sub::Defer 2.006006 Sub::Quote 2.006006 perl 5.006 - MooX-StrictConstructor-0.010 - pathname: H/HA/HARTZELL/MooX-StrictConstructor-0.010.tar.gz + MooX-StrictConstructor-0.011 + pathname: H/HA/HARTZELL/MooX-StrictConstructor-0.011.tar.gz provides: - Method::Generate::Constructor::Role::StrictConstructor 0.010 - MooX::StrictConstructor 0.010 + Method::Generate::Constructor::Role::StrictConstructor 0.011 + MooX::StrictConstructor 0.011 requirements: B 0 Class::Method::Modifiers 0 - ExtUtils::MakeMaker 0 + ExtUtils::MakeMaker 6.17 Moo 1.001000 Moo::Role 0 constant 0 @@ -4947,29 +4960,29 @@ DISTRIBUTIONS Storable 0 namespace::autoclean 0 perl 5.006 - MooseX-Storage-0.52 - pathname: E/ET/ETHER/MooseX-Storage-0.52.tar.gz - provides: - MooseX::Storage 0.52 - MooseX::Storage::Base::WithChecksum 0.52 - MooseX::Storage::Basic 0.52 - MooseX::Storage::Deferred 0.52 - MooseX::Storage::Engine 0.52 - MooseX::Storage::Engine::IO::AtomicFile 0.52 - MooseX::Storage::Engine::IO::File 0.52 - MooseX::Storage::Engine::Trait::DisableCycleDetection 0.52 - MooseX::Storage::Engine::Trait::OnlyWhenBuilt 0.52 - MooseX::Storage::Format::JSON 0.52 - MooseX::Storage::Format::Storable 0.52 - MooseX::Storage::Format::YAML 0.52 - MooseX::Storage::IO::AtomicFile 0.52 - MooseX::Storage::IO::File 0.52 - MooseX::Storage::IO::StorableFile 0.52 - MooseX::Storage::Meta::Attribute::DoNotSerialize 0.52 - MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize 0.52 - MooseX::Storage::Traits::DisableCycleDetection 0.52 - MooseX::Storage::Traits::OnlyWhenBuilt 0.52 - MooseX::Storage::Util 0.52 + MooseX-Storage-0.53 + pathname: E/ET/ETHER/MooseX-Storage-0.53.tar.gz + provides: + MooseX::Storage 0.53 + MooseX::Storage::Base::WithChecksum 0.53 + MooseX::Storage::Basic 0.53 + MooseX::Storage::Deferred 0.53 + MooseX::Storage::Engine 0.53 + MooseX::Storage::Engine::IO::AtomicFile 0.53 + MooseX::Storage::Engine::IO::File 0.53 + MooseX::Storage::Engine::Trait::DisableCycleDetection 0.53 + MooseX::Storage::Engine::Trait::OnlyWhenBuilt 0.53 + MooseX::Storage::Format::JSON 0.53 + MooseX::Storage::Format::Storable 0.53 + MooseX::Storage::Format::YAML 0.53 + MooseX::Storage::IO::AtomicFile 0.53 + MooseX::Storage::IO::File 0.53 + MooseX::Storage::IO::StorableFile 0.53 + MooseX::Storage::Meta::Attribute::DoNotSerialize 0.53 + MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize 0.53 + MooseX::Storage::Traits::DisableCycleDetection 0.53 + MooseX::Storage::Traits::OnlyWhenBuilt 0.53 + MooseX::Storage::Util 0.53 requirements: CPAN::Meta::Requirements 2.120620 Carp 0 @@ -5031,10 +5044,10 @@ DISTRIBUTIONS ExtUtils::MakeMaker 0 Test 0 perl 5.006 - Net-DNS-1.21 - pathname: N/NL/NLNETLABS/Net-DNS-1.21.tar.gz + Net-DNS-1.23 + pathname: N/NL/NLNETLABS/Net-DNS-1.23.tar.gz provides: - Net::DNS 1.21 + Net::DNS 1.23 Net::DNS::Domain 1726 Net::DNS::DomainName 1605 Net::DNS::DomainName1035 1605 @@ -5043,26 +5056,26 @@ DISTRIBUTIONS Net::DNS::Mailbox 1605 Net::DNS::Mailbox1035 1605 Net::DNS::Mailbox2535 1605 - Net::DNS::Nameserver 1692 - Net::DNS::Packet 1747 - Net::DNS::Parameters 1740 + Net::DNS::Nameserver 1761 + Net::DNS::Packet 1761 + Net::DNS::Parameters 1761 Net::DNS::Question 1726 - Net::DNS::RR 1748 + Net::DNS::RR 1762 Net::DNS::RR::A 1597 Net::DNS::RR::AAAA 1597 Net::DNS::RR::AFSDB 1597 Net::DNS::RR::APL 1741 Net::DNS::RR::APL::Item 1741 - Net::DNS::RR::CAA 1741 + Net::DNS::RR::CAA 1771 Net::DNS::RR::CDNSKEY 1586 Net::DNS::RR::CDS 1586 - Net::DNS::RR::CERT 1729 + Net::DNS::RR::CERT 1773 Net::DNS::RR::CNAME 1597 Net::DNS::RR::CSYNC 1741 Net::DNS::RR::DHCID 1597 Net::DNS::RR::DNAME 1597 - Net::DNS::RR::DNSKEY 1741 - Net::DNS::RR::DS 1741 + Net::DNS::RR::DNSKEY 1773 + Net::DNS::RR::DS 1774 Net::DNS::RR::EUI48 1597 Net::DNS::RR::EUI64 1597 Net::DNS::RR::GPOS 1528 @@ -5089,17 +5102,17 @@ DISTRIBUTIONS Net::DNS::RR::NSEC3PARAM 1741 Net::DNS::RR::NULL 1528 Net::DNS::RR::OPENPGPKEY 1597 - Net::DNS::RR::OPT 1754 - Net::DNS::RR::OPT::CHAIN 1754 - Net::DNS::RR::OPT::CLIENT_SUBNET 1754 - Net::DNS::RR::OPT::COOKIE 1754 - Net::DNS::RR::OPT::DAU 1754 - Net::DNS::RR::OPT::DHU 1754 - Net::DNS::RR::OPT::EXPIRE 1754 - Net::DNS::RR::OPT::KEY_TAG 1754 - Net::DNS::RR::OPT::N3U 1754 - Net::DNS::RR::OPT::PADDING 1754 - Net::DNS::RR::OPT::TCP_KEEPALIVE 1754 + Net::DNS::RR::OPT 1773 + Net::DNS::RR::OPT::CHAIN 1773 + Net::DNS::RR::OPT::CLIENT_SUBNET 1773 + Net::DNS::RR::OPT::COOKIE 1773 + Net::DNS::RR::OPT::DAU 1773 + Net::DNS::RR::OPT::DHU 1773 + Net::DNS::RR::OPT::EXPIRE 1773 + Net::DNS::RR::OPT::KEY_TAG 1773 + Net::DNS::RR::OPT::N3U 1773 + Net::DNS::RR::OPT::PADDING 1773 + Net::DNS::RR::OPT::TCP_KEEPALIVE 1773 Net::DNS::RR::PTR 1597 Net::DNS::RR::PX 1597 Net::DNS::RR::RP 1597 @@ -5113,13 +5126,13 @@ DISTRIBUTIONS Net::DNS::RR::SSHFP 1741 Net::DNS::RR::TKEY 1528 Net::DNS::RR::TLSA 1741 - Net::DNS::RR::TSIG 1749 + Net::DNS::RR::TSIG 1774 Net::DNS::RR::TXT 1597 Net::DNS::RR::URI 1597 Net::DNS::RR::X25 1597 - Net::DNS::RR::ZONEMD 1740 + Net::DNS::RR::ZONEMD 1771 Net::DNS::Resolver 1740 - Net::DNS::Resolver::Base 1748 + Net::DNS::Resolver::Base 1771 Net::DNS::Resolver::MSWin32 1568 Net::DNS::Resolver::Recurse 1748 Net::DNS::Resolver::UNIX 1573 @@ -5127,11 +5140,11 @@ DISTRIBUTIONS Net::DNS::Resolver::cygwin 1719 Net::DNS::Resolver::os2 1568 Net::DNS::Resolver::os390 1719 - Net::DNS::Text 1748 - Net::DNS::Update 1726 - Net::DNS::ZoneFile 1748 - Net::DNS::ZoneFile::Generator 1748 - Net::DNS::ZoneFile::Text 1748 + Net::DNS::Text 1762 + Net::DNS::Update 1774 + Net::DNS::ZoneFile 1769 + Net::DNS::ZoneFile::Generator 1769 + Net::DNS::ZoneFile::Text 1769 requirements: Digest::HMAC 1.03 Digest::MD5 2.13 @@ -5166,6 +5179,12 @@ DISTRIBUTIONS strict 0 vars 0 warnings 0 + Net-IP-1.26 + pathname: M/MA/MANU/Net-IP-1.26.tar.gz + provides: + Net::IP 1.26 + requirements: + ExtUtils::MakeMaker 0 Net-OAuth2-AuthorizationServer-0.24 pathname: L/LE/LEEJO/Net-OAuth2-AuthorizationServer-0.24.tar.gz provides: @@ -5321,21 +5340,21 @@ DISTRIBUTIONS overload 0 perl 5.006 strict 0 - PPIx-QuoteLike-0.008 - pathname: W/WY/WYANT/PPIx-QuoteLike-0.008.tar.gz - provides: - PPIx::QuoteLike 0.008 - PPIx::QuoteLike::Constant 0.008 - PPIx::QuoteLike::Dumper 0.008 - PPIx::QuoteLike::Token 0.008 - PPIx::QuoteLike::Token::Control 0.008 - PPIx::QuoteLike::Token::Delimiter 0.008 - PPIx::QuoteLike::Token::Interpolation 0.008 - PPIx::QuoteLike::Token::String 0.008 - PPIx::QuoteLike::Token::Structure 0.008 - PPIx::QuoteLike::Token::Unknown 0.008 - PPIx::QuoteLike::Token::Whitespace 0.008 - PPIx::QuoteLike::Utils 0.008 + PPIx-QuoteLike-0.011 + pathname: W/WY/WYANT/PPIx-QuoteLike-0.011.tar.gz + provides: + PPIx::QuoteLike 0.011 + PPIx::QuoteLike::Constant 0.011 + PPIx::QuoteLike::Dumper 0.011 + PPIx::QuoteLike::Token 0.011 + PPIx::QuoteLike::Token::Control 0.011 + PPIx::QuoteLike::Token::Delimiter 0.011 + PPIx::QuoteLike::Token::Interpolation 0.011 + PPIx::QuoteLike::Token::String 0.011 + PPIx::QuoteLike::Token::Structure 0.011 + PPIx::QuoteLike::Token::Unknown 0.011 + PPIx::QuoteLike::Token::Whitespace 0.011 + PPIx::QuoteLike::Utils 0.011 requirements: Carp 0 Encode 0 @@ -5343,78 +5362,80 @@ DISTRIBUTIONS List::Util 0 PPI::Document 1.117 PPI::Dumper 1.117 + Readonly 0 Scalar::Util 0 Test::More 0.88 + Text::Tabs 0 base 0 constant 0 perl 5.006 strict 0 warnings 0 - PPIx-Regexp-0.069 - pathname: W/WY/WYANT/PPIx-Regexp-0.069.tar.gz - provides: - PPIx::Regexp 0.069 - PPIx::Regexp::Constant 0.069 - PPIx::Regexp::Dumper 0.069 - PPIx::Regexp::Element 0.069 - PPIx::Regexp::Lexer 0.069 - PPIx::Regexp::Node 0.069 - PPIx::Regexp::Node::Range 0.069 - PPIx::Regexp::Node::Unknown 0.069 - PPIx::Regexp::StringTokenizer 0.069 - PPIx::Regexp::Structure 0.069 - PPIx::Regexp::Structure::Assertion 0.069 - PPIx::Regexp::Structure::BranchReset 0.069 - PPIx::Regexp::Structure::Capture 0.069 - PPIx::Regexp::Structure::CharClass 0.069 - PPIx::Regexp::Structure::Code 0.069 - PPIx::Regexp::Structure::Main 0.069 - PPIx::Regexp::Structure::Modifier 0.069 - PPIx::Regexp::Structure::NamedCapture 0.069 - PPIx::Regexp::Structure::Quantifier 0.069 - PPIx::Regexp::Structure::RegexSet 0.069 - PPIx::Regexp::Structure::Regexp 0.069 - PPIx::Regexp::Structure::Replacement 0.069 - PPIx::Regexp::Structure::Subexpression 0.069 - PPIx::Regexp::Structure::Switch 0.069 - PPIx::Regexp::Structure::Unknown 0.069 - PPIx::Regexp::Support 0.069 - PPIx::Regexp::Token 0.069 - PPIx::Regexp::Token::Assertion 0.069 - PPIx::Regexp::Token::Backreference 0.069 - PPIx::Regexp::Token::Backtrack 0.069 - PPIx::Regexp::Token::CharClass 0.069 - PPIx::Regexp::Token::CharClass::POSIX 0.069 - PPIx::Regexp::Token::CharClass::POSIX::Unknown 0.069 - PPIx::Regexp::Token::CharClass::Simple 0.069 - PPIx::Regexp::Token::Code 0.069 - PPIx::Regexp::Token::Comment 0.069 - PPIx::Regexp::Token::Condition 0.069 - PPIx::Regexp::Token::Control 0.069 - PPIx::Regexp::Token::Delimiter 0.069 - PPIx::Regexp::Token::Greediness 0.069 - PPIx::Regexp::Token::GroupType 0.069 - PPIx::Regexp::Token::GroupType::Assertion 0.069 - PPIx::Regexp::Token::GroupType::BranchReset 0.069 - PPIx::Regexp::Token::GroupType::Code 0.069 - PPIx::Regexp::Token::GroupType::Modifier 0.069 - PPIx::Regexp::Token::GroupType::NamedCapture 0.069 - PPIx::Regexp::Token::GroupType::Subexpression 0.069 - PPIx::Regexp::Token::GroupType::Switch 0.069 - PPIx::Regexp::Token::Interpolation 0.069 - PPIx::Regexp::Token::Literal 0.069 - PPIx::Regexp::Token::Modifier 0.069 - PPIx::Regexp::Token::NoOp 0.069 - PPIx::Regexp::Token::Operator 0.069 - PPIx::Regexp::Token::Quantifier 0.069 - PPIx::Regexp::Token::Recursion 0.069 - PPIx::Regexp::Token::Reference 0.069 - PPIx::Regexp::Token::Structure 0.069 - PPIx::Regexp::Token::Unknown 0.069 - PPIx::Regexp::Token::Unmatched 0.069 - PPIx::Regexp::Token::Whitespace 0.069 - PPIx::Regexp::Tokenizer 0.069 - PPIx::Regexp::Util 0.069 + PPIx-Regexp-0.071 + pathname: W/WY/WYANT/PPIx-Regexp-0.071.tar.gz + provides: + PPIx::Regexp 0.071 + PPIx::Regexp::Constant 0.071 + PPIx::Regexp::Dumper 0.071 + PPIx::Regexp::Element 0.071 + PPIx::Regexp::Lexer 0.071 + PPIx::Regexp::Node 0.071 + PPIx::Regexp::Node::Range 0.071 + PPIx::Regexp::Node::Unknown 0.071 + PPIx::Regexp::StringTokenizer 0.071 + PPIx::Regexp::Structure 0.071 + PPIx::Regexp::Structure::Assertion 0.071 + PPIx::Regexp::Structure::BranchReset 0.071 + PPIx::Regexp::Structure::Capture 0.071 + PPIx::Regexp::Structure::CharClass 0.071 + PPIx::Regexp::Structure::Code 0.071 + PPIx::Regexp::Structure::Main 0.071 + PPIx::Regexp::Structure::Modifier 0.071 + PPIx::Regexp::Structure::NamedCapture 0.071 + PPIx::Regexp::Structure::Quantifier 0.071 + PPIx::Regexp::Structure::RegexSet 0.071 + PPIx::Regexp::Structure::Regexp 0.071 + PPIx::Regexp::Structure::Replacement 0.071 + PPIx::Regexp::Structure::Subexpression 0.071 + PPIx::Regexp::Structure::Switch 0.071 + PPIx::Regexp::Structure::Unknown 0.071 + PPIx::Regexp::Support 0.071 + PPIx::Regexp::Token 0.071 + PPIx::Regexp::Token::Assertion 0.071 + PPIx::Regexp::Token::Backreference 0.071 + PPIx::Regexp::Token::Backtrack 0.071 + PPIx::Regexp::Token::CharClass 0.071 + PPIx::Regexp::Token::CharClass::POSIX 0.071 + PPIx::Regexp::Token::CharClass::POSIX::Unknown 0.071 + PPIx::Regexp::Token::CharClass::Simple 0.071 + PPIx::Regexp::Token::Code 0.071 + PPIx::Regexp::Token::Comment 0.071 + PPIx::Regexp::Token::Condition 0.071 + PPIx::Regexp::Token::Control 0.071 + PPIx::Regexp::Token::Delimiter 0.071 + PPIx::Regexp::Token::Greediness 0.071 + PPIx::Regexp::Token::GroupType 0.071 + PPIx::Regexp::Token::GroupType::Assertion 0.071 + PPIx::Regexp::Token::GroupType::BranchReset 0.071 + PPIx::Regexp::Token::GroupType::Code 0.071 + PPIx::Regexp::Token::GroupType::Modifier 0.071 + PPIx::Regexp::Token::GroupType::NamedCapture 0.071 + PPIx::Regexp::Token::GroupType::Subexpression 0.071 + PPIx::Regexp::Token::GroupType::Switch 0.071 + PPIx::Regexp::Token::Interpolation 0.071 + PPIx::Regexp::Token::Literal 0.071 + PPIx::Regexp::Token::Modifier 0.071 + PPIx::Regexp::Token::NoOp 0.071 + PPIx::Regexp::Token::Operator 0.071 + PPIx::Regexp::Token::Quantifier 0.071 + PPIx::Regexp::Token::Recursion 0.071 + PPIx::Regexp::Token::Reference 0.071 + PPIx::Regexp::Token::Structure 0.071 + PPIx::Regexp::Token::Unknown 0.071 + PPIx::Regexp::Token::Unmatched 0.071 + PPIx::Regexp::Token::Whitespace 0.071 + PPIx::Regexp::Tokenizer 0.071 + PPIx::Regexp::Util 0.071 requirements: Carp 0 Exporter 0 @@ -5424,6 +5445,7 @@ DISTRIBUTIONS Scalar::Util 0 Task::Weaken 0 Test::More 0.88 + Text::Tabs 0 base 0 constant 0 perl 5.006 @@ -5589,11 +5611,11 @@ DISTRIBUTIONS overload 0 parent 0 strict 0 - Path-Tiny-0.112 - pathname: D/DA/DAGOLDEN/Path-Tiny-0.112.tar.gz + Path-Tiny-0.114 + pathname: D/DA/DAGOLDEN/Path-Tiny-0.114.tar.gz provides: - Path::Tiny 0.112 - Path::Tiny::Error 0.112 + Path::Tiny 0.114 + Path::Tiny::Error 0.114 requirements: Carp 0 Cwd 0 @@ -5615,204 +5637,204 @@ DISTRIBUTIONS strict 0 warnings 0 warnings::register 0 - Perl-Critic-1.132 - pathname: P/PE/PETDANCE/Perl-Critic-1.132.tar.gz - provides: - Perl::Critic 1.132 - Perl::Critic::Annotation 1.132 - Perl::Critic::Command 1.132 - Perl::Critic::Config 1.132 - Perl::Critic::Document 1.132 - Perl::Critic::Exception 1.132 - Perl::Critic::Exception::AggregateConfiguration 1.132 - Perl::Critic::Exception::Configuration 1.132 - Perl::Critic::Exception::Configuration::Generic 1.132 - Perl::Critic::Exception::Configuration::NonExistentPolicy 1.132 - Perl::Critic::Exception::Configuration::Option 1.132 - Perl::Critic::Exception::Configuration::Option::Global 1.132 - Perl::Critic::Exception::Configuration::Option::Global::ExtraParameter 1.132 - Perl::Critic::Exception::Configuration::Option::Global::ParameterValue 1.132 - Perl::Critic::Exception::Configuration::Option::Policy 1.132 - Perl::Critic::Exception::Configuration::Option::Policy::ExtraParameter 1.132 - Perl::Critic::Exception::Configuration::Option::Policy::ParameterValue 1.132 - Perl::Critic::Exception::Fatal 1.132 - Perl::Critic::Exception::Fatal::Generic 1.132 - Perl::Critic::Exception::Fatal::Internal 1.132 - Perl::Critic::Exception::Fatal::PolicyDefinition 1.132 - Perl::Critic::Exception::IO 1.132 - Perl::Critic::Exception::Parse 1.132 - Perl::Critic::OptionsProcessor 1.132 - Perl::Critic::Policy 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitBooleanGrep 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitComplexMappings 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitLvalueSubstr 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitSleepViaSelect 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalCan 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalIsa 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitUselessTopic 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidGrep 1.132 - Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidMap 1.132 - Perl::Critic::Policy::BuiltinFunctions::RequireBlockGrep 1.132 - Perl::Critic::Policy::BuiltinFunctions::RequireBlockMap 1.132 - Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction 1.132 - Perl::Critic::Policy::BuiltinFunctions::RequireSimpleSortBlock 1.132 - Perl::Critic::Policy::ClassHierarchies::ProhibitAutoloading 1.132 - Perl::Critic::Policy::ClassHierarchies::ProhibitExplicitISA 1.132 - Perl::Critic::Policy::ClassHierarchies::ProhibitOneArgBless 1.132 - Perl::Critic::Policy::CodeLayout::ProhibitHardTabs 1.132 - Perl::Critic::Policy::CodeLayout::ProhibitParensWithBuiltins 1.132 - Perl::Critic::Policy::CodeLayout::ProhibitQuotedWordLists 1.132 - Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace 1.132 - Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines 1.132 - Perl::Critic::Policy::CodeLayout::RequireTidyCode 1.132 - Perl::Critic::Policy::CodeLayout::RequireTrailingCommas 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitCStyleForLoops 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitCascadingIfElse 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitDeepNests 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitLabelsWithSpecialBlockNames 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitMutatingListFunctions 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitPostfixControls 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitUnlessBlocks 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitUntilBlocks 1.132 - Perl::Critic::Policy::ControlStructures::ProhibitYadaOperator 1.132 - Perl::Critic::Policy::Documentation::PodSpelling 1.132 - Perl::Critic::Policy::Documentation::RequirePackageMatchesPodName 1.132 - Perl::Critic::Policy::Documentation::RequirePodAtEnd 1.132 - Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText 1.132 - Perl::Critic::Policy::Documentation::RequirePodSections 1.132 - Perl::Critic::Policy::ErrorHandling::RequireCarping 1.132 - Perl::Critic::Policy::ErrorHandling::RequireCheckingReturnValueOfEval 1.132 - Perl::Critic::Policy::InputOutput::ProhibitBacktickOperators 1.132 - Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles 1.132 - Perl::Critic::Policy::InputOutput::ProhibitExplicitStdin 1.132 - Perl::Critic::Policy::InputOutput::ProhibitInteractiveTest 1.132 - Perl::Critic::Policy::InputOutput::ProhibitJoinedReadline 1.132 - Perl::Critic::Policy::InputOutput::ProhibitOneArgSelect 1.132 - Perl::Critic::Policy::InputOutput::ProhibitReadlineInForLoop 1.132 - Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen 1.132 - Perl::Critic::Policy::InputOutput::RequireBracedFileHandleWithPrint 1.132 - Perl::Critic::Policy::InputOutput::RequireBriefOpen 1.132 - Perl::Critic::Policy::InputOutput::RequireCheckedClose 1.132 - Perl::Critic::Policy::InputOutput::RequireCheckedOpen 1.132 - Perl::Critic::Policy::InputOutput::RequireCheckedSyscalls 1.132 - Perl::Critic::Policy::InputOutput::RequireEncodingWithUTF8Layer 1.132 - Perl::Critic::Policy::Miscellanea::ProhibitFormats 1.132 - Perl::Critic::Policy::Miscellanea::ProhibitTies 1.132 - Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic 1.132 - Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic 1.132 - Perl::Critic::Policy::Modules::ProhibitAutomaticExportation 1.132 - Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements 1.132 - Perl::Critic::Policy::Modules::ProhibitEvilModules 1.132 - Perl::Critic::Policy::Modules::ProhibitExcessMainComplexity 1.132 - Perl::Critic::Policy::Modules::ProhibitMultiplePackages 1.132 - Perl::Critic::Policy::Modules::RequireBarewordIncludes 1.132 - Perl::Critic::Policy::Modules::RequireEndWithOne 1.132 - Perl::Critic::Policy::Modules::RequireExplicitPackage 1.132 - Perl::Critic::Policy::Modules::RequireFilenameMatchesPackage 1.132 - Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish 1.132 - Perl::Critic::Policy::Modules::RequireVersionVar 1.132 - Perl::Critic::Policy::NamingConventions::Capitalization 1.132 - Perl::Critic::Policy::NamingConventions::ProhibitAmbiguousNames 1.132 - Perl::Critic::Policy::Objects::ProhibitIndirectSyntax 1.132 - Perl::Critic::Policy::References::ProhibitDoubleSigils 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitCaptureWithoutTest 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitComplexRegexes 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitEnumeratedClasses 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitEscapedMetacharacters 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitFixedStringMatches 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitSingleCharAlternation 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitUnusedCapture 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitUnusualDelimiters 1.132 - Perl::Critic::Policy::RegularExpressions::ProhibitUselessTopic 1.132 - Perl::Critic::Policy::RegularExpressions::RequireBracesForMultiline 1.132 - Perl::Critic::Policy::RegularExpressions::RequireDotMatchAnything 1.132 - Perl::Critic::Policy::RegularExpressions::RequireExtendedFormatting 1.132 - Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching 1.132 - Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils 1.132 - Perl::Critic::Policy::Subroutines::ProhibitBuiltinHomonyms 1.132 - Perl::Critic::Policy::Subroutines::ProhibitExcessComplexity 1.132 - Perl::Critic::Policy::Subroutines::ProhibitExplicitReturnUndef 1.132 - Perl::Critic::Policy::Subroutines::ProhibitManyArgs 1.132 - Perl::Critic::Policy::Subroutines::ProhibitNestedSubs 1.132 - Perl::Critic::Policy::Subroutines::ProhibitReturnSort 1.132 - Perl::Critic::Policy::Subroutines::ProhibitSubroutinePrototypes 1.132 - Perl::Critic::Policy::Subroutines::ProhibitUnusedPrivateSubroutines 1.132 - Perl::Critic::Policy::Subroutines::ProtectPrivateSubs 1.132 - Perl::Critic::Policy::Subroutines::RequireArgUnpacking 1.132 - Perl::Critic::Policy::Subroutines::RequireFinalReturn 1.132 - Perl::Critic::Policy::TestingAndDebugging::ProhibitNoStrict 1.132 - Perl::Critic::Policy::TestingAndDebugging::ProhibitNoWarnings 1.132 - Perl::Critic::Policy::TestingAndDebugging::ProhibitProlongedStrictureOverride 1.132 - Perl::Critic::Policy::TestingAndDebugging::RequireTestLabels 1.132 - Perl::Critic::Policy::TestingAndDebugging::RequireUseStrict 1.132 - Perl::Critic::Policy::TestingAndDebugging::RequireUseWarnings 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitCommaSeparatedStatements 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitComplexVersion 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitConstantPragma 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitImplicitNewlines 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitInterpolationOfLiterals 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitLongChainsOfMethodCalls 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitMagicNumbers 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitMismatchedOperators 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitNoisyQuotes 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitQuotesAsQuotelikeOperatorDelimiters 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator 1.132 - Perl::Critic::Policy::ValuesAndExpressions::ProhibitVersionStrings 1.132 - Perl::Critic::Policy::ValuesAndExpressions::RequireConstantVersion 1.132 - Perl::Critic::Policy::ValuesAndExpressions::RequireInterpolationOfMetachars 1.132 - Perl::Critic::Policy::ValuesAndExpressions::RequireNumberSeparators 1.132 - Perl::Critic::Policy::ValuesAndExpressions::RequireQuotedHeredocTerminator 1.132 - Perl::Critic::Policy::ValuesAndExpressions::RequireUpperCaseHeredocTerminator 1.132 - Perl::Critic::Policy::Variables::ProhibitAugmentedAssignmentInDeclaration 1.132 - Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations 1.132 - Perl::Critic::Policy::Variables::ProhibitEvilVariables 1.132 - Perl::Critic::Policy::Variables::ProhibitLocalVars 1.132 - Perl::Critic::Policy::Variables::ProhibitMatchVars 1.132 - Perl::Critic::Policy::Variables::ProhibitPackageVars 1.132 - Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames 1.132 - Perl::Critic::Policy::Variables::ProhibitPunctuationVars 1.132 - Perl::Critic::Policy::Variables::ProhibitReusedNames 1.132 - Perl::Critic::Policy::Variables::ProhibitUnusedVariables 1.132 - Perl::Critic::Policy::Variables::ProtectPrivateVars 1.132 - Perl::Critic::Policy::Variables::RequireInitializationForLocalVars 1.132 - Perl::Critic::Policy::Variables::RequireLexicalLoopIterators 1.132 - Perl::Critic::Policy::Variables::RequireLocalizedPunctuationVars 1.132 - Perl::Critic::Policy::Variables::RequireNegativeIndices 1.132 - Perl::Critic::PolicyConfig 1.132 - Perl::Critic::PolicyFactory 1.132 - Perl::Critic::PolicyListing 1.132 - Perl::Critic::PolicyParameter 1.132 - Perl::Critic::PolicyParameter::Behavior 1.132 - Perl::Critic::PolicyParameter::Behavior::Boolean 1.132 - Perl::Critic::PolicyParameter::Behavior::Enumeration 1.132 - Perl::Critic::PolicyParameter::Behavior::Integer 1.132 - Perl::Critic::PolicyParameter::Behavior::String 1.132 - Perl::Critic::PolicyParameter::Behavior::StringList 1.132 - Perl::Critic::ProfilePrototype 1.132 - Perl::Critic::Statistics 1.132 - Perl::Critic::TestUtils 1.132 - Perl::Critic::Theme 1.132 - Perl::Critic::ThemeListing 1.132 - Perl::Critic::UserProfile 1.132 - Perl::Critic::Utils 1.132 - Perl::Critic::Utils::Constants 1.132 - Perl::Critic::Utils::DataConversion 1.132 - Perl::Critic::Utils::McCabe 1.132 - Perl::Critic::Utils::POD 1.132 - Perl::Critic::Utils::POD::ParseInteriorSequence 1.132 - Perl::Critic::Utils::PPI 1.132 - Perl::Critic::Utils::Perl 1.132 - Perl::Critic::Violation 1.132 - Test::Perl::Critic::Policy 1.132 + Perl-Critic-1.138 + pathname: P/PE/PETDANCE/Perl-Critic-1.138.tar.gz + provides: + Perl::Critic 1.138 + Perl::Critic::Annotation 1.138 + Perl::Critic::Command 1.138 + Perl::Critic::Config 1.138 + Perl::Critic::Document 1.138 + Perl::Critic::Exception 1.138 + Perl::Critic::Exception::AggregateConfiguration 1.138 + Perl::Critic::Exception::Configuration 1.138 + Perl::Critic::Exception::Configuration::Generic 1.138 + Perl::Critic::Exception::Configuration::NonExistentPolicy 1.138 + Perl::Critic::Exception::Configuration::Option 1.138 + Perl::Critic::Exception::Configuration::Option::Global 1.138 + Perl::Critic::Exception::Configuration::Option::Global::ExtraParameter 1.138 + Perl::Critic::Exception::Configuration::Option::Global::ParameterValue 1.138 + Perl::Critic::Exception::Configuration::Option::Policy 1.138 + Perl::Critic::Exception::Configuration::Option::Policy::ExtraParameter 1.138 + Perl::Critic::Exception::Configuration::Option::Policy::ParameterValue 1.138 + Perl::Critic::Exception::Fatal 1.138 + Perl::Critic::Exception::Fatal::Generic 1.138 + Perl::Critic::Exception::Fatal::Internal 1.138 + Perl::Critic::Exception::Fatal::PolicyDefinition 1.138 + Perl::Critic::Exception::IO 1.138 + Perl::Critic::Exception::Parse 1.138 + Perl::Critic::OptionsProcessor 1.138 + Perl::Critic::Policy 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitBooleanGrep 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitComplexMappings 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitLvalueSubstr 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitShiftRef 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitSleepViaSelect 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalCan 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalIsa 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitUselessTopic 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidGrep 1.138 + Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidMap 1.138 + Perl::Critic::Policy::BuiltinFunctions::RequireBlockGrep 1.138 + Perl::Critic::Policy::BuiltinFunctions::RequireBlockMap 1.138 + Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction 1.138 + Perl::Critic::Policy::BuiltinFunctions::RequireSimpleSortBlock 1.138 + Perl::Critic::Policy::ClassHierarchies::ProhibitAutoloading 1.138 + Perl::Critic::Policy::ClassHierarchies::ProhibitExplicitISA 1.138 + Perl::Critic::Policy::ClassHierarchies::ProhibitOneArgBless 1.138 + Perl::Critic::Policy::CodeLayout::ProhibitHardTabs 1.138 + Perl::Critic::Policy::CodeLayout::ProhibitParensWithBuiltins 1.138 + Perl::Critic::Policy::CodeLayout::ProhibitQuotedWordLists 1.138 + Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace 1.138 + Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines 1.138 + Perl::Critic::Policy::CodeLayout::RequireTidyCode 1.138 + Perl::Critic::Policy::CodeLayout::RequireTrailingCommas 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitCStyleForLoops 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitCascadingIfElse 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitDeepNests 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitLabelsWithSpecialBlockNames 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitMutatingListFunctions 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitPostfixControls 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitUnlessBlocks 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitUntilBlocks 1.138 + Perl::Critic::Policy::ControlStructures::ProhibitYadaOperator 1.138 + Perl::Critic::Policy::Documentation::PodSpelling 1.138 + Perl::Critic::Policy::Documentation::RequirePackageMatchesPodName 1.138 + Perl::Critic::Policy::Documentation::RequirePodAtEnd 1.138 + Perl::Critic::Policy::Documentation::RequirePodSections 1.138 + Perl::Critic::Policy::ErrorHandling::RequireCarping 1.138 + Perl::Critic::Policy::ErrorHandling::RequireCheckingReturnValueOfEval 1.138 + Perl::Critic::Policy::InputOutput::ProhibitBacktickOperators 1.138 + Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles 1.138 + Perl::Critic::Policy::InputOutput::ProhibitExplicitStdin 1.138 + Perl::Critic::Policy::InputOutput::ProhibitInteractiveTest 1.138 + Perl::Critic::Policy::InputOutput::ProhibitJoinedReadline 1.138 + Perl::Critic::Policy::InputOutput::ProhibitOneArgSelect 1.138 + Perl::Critic::Policy::InputOutput::ProhibitReadlineInForLoop 1.138 + Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen 1.138 + Perl::Critic::Policy::InputOutput::RequireBracedFileHandleWithPrint 1.138 + Perl::Critic::Policy::InputOutput::RequireBriefOpen 1.138 + Perl::Critic::Policy::InputOutput::RequireCheckedClose 1.138 + Perl::Critic::Policy::InputOutput::RequireCheckedOpen 1.138 + Perl::Critic::Policy::InputOutput::RequireCheckedSyscalls 1.138 + Perl::Critic::Policy::InputOutput::RequireEncodingWithUTF8Layer 1.138 + Perl::Critic::Policy::Miscellanea::ProhibitFormats 1.138 + Perl::Critic::Policy::Miscellanea::ProhibitTies 1.138 + Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic 1.138 + Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic 1.138 + Perl::Critic::Policy::Modules::ProhibitAutomaticExportation 1.138 + Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements 1.138 + Perl::Critic::Policy::Modules::ProhibitEvilModules 1.138 + Perl::Critic::Policy::Modules::ProhibitExcessMainComplexity 1.138 + Perl::Critic::Policy::Modules::ProhibitMultiplePackages 1.138 + Perl::Critic::Policy::Modules::RequireBarewordIncludes 1.138 + Perl::Critic::Policy::Modules::RequireEndWithOne 1.138 + Perl::Critic::Policy::Modules::RequireExplicitPackage 1.138 + Perl::Critic::Policy::Modules::RequireFilenameMatchesPackage 1.138 + Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish 1.138 + Perl::Critic::Policy::Modules::RequireVersionVar 1.138 + Perl::Critic::Policy::NamingConventions::Capitalization 1.138 + Perl::Critic::Policy::NamingConventions::ProhibitAmbiguousNames 1.138 + Perl::Critic::Policy::Objects::ProhibitIndirectSyntax 1.138 + Perl::Critic::Policy::References::ProhibitDoubleSigils 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitCaptureWithoutTest 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitComplexRegexes 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitEnumeratedClasses 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitEscapedMetacharacters 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitFixedStringMatches 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitSingleCharAlternation 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitUnusedCapture 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitUnusualDelimiters 1.138 + Perl::Critic::Policy::RegularExpressions::ProhibitUselessTopic 1.138 + Perl::Critic::Policy::RegularExpressions::RequireBracesForMultiline 1.138 + Perl::Critic::Policy::RegularExpressions::RequireDotMatchAnything 1.138 + Perl::Critic::Policy::RegularExpressions::RequireExtendedFormatting 1.138 + Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching 1.138 + Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils 1.138 + Perl::Critic::Policy::Subroutines::ProhibitBuiltinHomonyms 1.138 + Perl::Critic::Policy::Subroutines::ProhibitExcessComplexity 1.138 + Perl::Critic::Policy::Subroutines::ProhibitExplicitReturnUndef 1.138 + Perl::Critic::Policy::Subroutines::ProhibitManyArgs 1.138 + Perl::Critic::Policy::Subroutines::ProhibitNestedSubs 1.138 + Perl::Critic::Policy::Subroutines::ProhibitReturnSort 1.138 + Perl::Critic::Policy::Subroutines::ProhibitSubroutinePrototypes 1.138 + Perl::Critic::Policy::Subroutines::ProhibitUnusedPrivateSubroutines 1.138 + Perl::Critic::Policy::Subroutines::ProtectPrivateSubs 1.138 + Perl::Critic::Policy::Subroutines::RequireArgUnpacking 1.138 + Perl::Critic::Policy::Subroutines::RequireFinalReturn 1.138 + Perl::Critic::Policy::TestingAndDebugging::ProhibitNoStrict 1.138 + Perl::Critic::Policy::TestingAndDebugging::ProhibitNoWarnings 1.138 + Perl::Critic::Policy::TestingAndDebugging::ProhibitProlongedStrictureOverride 1.138 + Perl::Critic::Policy::TestingAndDebugging::RequireTestLabels 1.138 + Perl::Critic::Policy::TestingAndDebugging::RequireUseStrict 1.138 + Perl::Critic::Policy::TestingAndDebugging::RequireUseWarnings 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitCommaSeparatedStatements 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitComplexVersion 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitConstantPragma 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitImplicitNewlines 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitInterpolationOfLiterals 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitLongChainsOfMethodCalls 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitMagicNumbers 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitMismatchedOperators 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitNoisyQuotes 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitQuotesAsQuotelikeOperatorDelimiters 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator 1.138 + Perl::Critic::Policy::ValuesAndExpressions::ProhibitVersionStrings 1.138 + Perl::Critic::Policy::ValuesAndExpressions::RequireConstantVersion 1.138 + Perl::Critic::Policy::ValuesAndExpressions::RequireInterpolationOfMetachars 1.138 + Perl::Critic::Policy::ValuesAndExpressions::RequireNumberSeparators 1.138 + Perl::Critic::Policy::ValuesAndExpressions::RequireQuotedHeredocTerminator 1.138 + Perl::Critic::Policy::ValuesAndExpressions::RequireUpperCaseHeredocTerminator 1.138 + Perl::Critic::Policy::Variables::ProhibitAugmentedAssignmentInDeclaration 1.138 + Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations 1.138 + Perl::Critic::Policy::Variables::ProhibitEvilVariables 1.138 + Perl::Critic::Policy::Variables::ProhibitLocalVars 1.138 + Perl::Critic::Policy::Variables::ProhibitMatchVars 1.138 + Perl::Critic::Policy::Variables::ProhibitPackageVars 1.138 + Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames 1.138 + Perl::Critic::Policy::Variables::ProhibitPunctuationVars 1.138 + Perl::Critic::Policy::Variables::ProhibitReusedNames 1.138 + Perl::Critic::Policy::Variables::ProhibitUnusedVariables 1.138 + Perl::Critic::Policy::Variables::ProtectPrivateVars 1.138 + Perl::Critic::Policy::Variables::RequireInitializationForLocalVars 1.138 + Perl::Critic::Policy::Variables::RequireLexicalLoopIterators 1.138 + Perl::Critic::Policy::Variables::RequireLocalizedPunctuationVars 1.138 + Perl::Critic::Policy::Variables::RequireNegativeIndices 1.138 + Perl::Critic::PolicyConfig 1.138 + Perl::Critic::PolicyFactory 1.138 + Perl::Critic::PolicyListing 1.138 + Perl::Critic::PolicyParameter 1.138 + Perl::Critic::PolicyParameter::Behavior 1.138 + Perl::Critic::PolicyParameter::Behavior::Boolean 1.138 + Perl::Critic::PolicyParameter::Behavior::Enumeration 1.138 + Perl::Critic::PolicyParameter::Behavior::Integer 1.138 + Perl::Critic::PolicyParameter::Behavior::String 1.138 + Perl::Critic::PolicyParameter::Behavior::StringList 1.138 + Perl::Critic::ProfilePrototype 1.138 + Perl::Critic::Statistics 1.138 + Perl::Critic::TestUtils 1.138 + Perl::Critic::Theme 1.138 + Perl::Critic::ThemeListing 1.138 + Perl::Critic::UserProfile 1.138 + Perl::Critic::Utils 1.138 + Perl::Critic::Utils::Constants 1.138 + Perl::Critic::Utils::DataConversion 1.138 + Perl::Critic::Utils::McCabe 1.138 + Perl::Critic::Utils::POD 1.138 + Perl::Critic::Utils::POD::ParseInteriorSequence 1.138 + Perl::Critic::Utils::PPI 1.138 + Perl::Critic::Utils::Perl 1.138 + Perl::Critic::Violation 1.138 + Test::Perl::Critic::Policy 1.138 requirements: B::Keywords 1.05 Carp 0 @@ -5823,7 +5845,6 @@ DISTRIBUTIONS Fatal 0 File::Basename 0 File::Find 0 - File::HomeDir 0 File::Path 0 File::Spec 0 File::Spec::Unix 0 @@ -5834,16 +5855,17 @@ DISTRIBUTIONS IPC::Open2 1 List::MoreUtils 0.19 List::Util 0 - Module::Build 0.4024 + Module::Build 0.4204 Module::Pluggable 3.1 - PPI 1.224 - PPI::Document 1.224 - PPI::Document::File 1.224 - PPI::Node 1.224 - PPI::Token::Quote::Single 1.224 - PPI::Token::Whitespace 1.224 + PPI 1.265 + PPI::Document 1.265 + PPI::Document::File 1.265 + PPI::Node 1.265 + PPI::Token::Quote::Single 1.265 + PPI::Token::Whitespace 1.265 PPIx::QuoteLike 0 PPIx::Regexp 0.027 + PPIx::Regexp::Util 0.068 PPIx::Utilities::Node 1.001 PPIx::Utilities::Statement 1.001 Perl::Tidy 0 @@ -5854,7 +5876,7 @@ DISTRIBUTIONS Pod::Usage 0 Readonly 2 Scalar::Util 0 - String::Format 1.13 + String::Format 1.18 Task::Weaken 0 Term::ANSIColor 2.02 Test::Builder 0.92 @@ -6442,54 +6464,67 @@ DISTRIBUTIONS ExtUtils::MakeMaker 0 Test::More 0 perl 5.006001 - Search-Elasticsearch-6.00 - pathname: D/DR/DRTECH/Search-Elasticsearch-6.00.tar.gz - provides: - Search::Elasticsearch 6.00 - Search::Elasticsearch::Client::6_0 6.00 - Search::Elasticsearch::Client::6_0::Bulk 6.00 - Search::Elasticsearch::Client::6_0::Direct 6.00 - Search::Elasticsearch::Client::6_0::Direct::Cat 6.00 - Search::Elasticsearch::Client::6_0::Direct::Cluster 6.00 - Search::Elasticsearch::Client::6_0::Direct::Indices 6.00 - Search::Elasticsearch::Client::6_0::Direct::Ingest 6.00 - Search::Elasticsearch::Client::6_0::Direct::Nodes 6.00 - Search::Elasticsearch::Client::6_0::Direct::Snapshot 6.00 - Search::Elasticsearch::Client::6_0::Direct::Tasks 6.00 - Search::Elasticsearch::Client::6_0::Role::API 6.00 - Search::Elasticsearch::Client::6_0::Role::Bulk 6.00 - Search::Elasticsearch::Client::6_0::Role::Scroll 6.00 - Search::Elasticsearch::Client::6_0::Scroll 6.00 - Search::Elasticsearch::Client::6_0::TestServer 6.00 - Search::Elasticsearch::Cxn::Factory 6.00 - Search::Elasticsearch::Cxn::HTTPTiny 6.00 - Search::Elasticsearch::Cxn::Hijk 6.00 - Search::Elasticsearch::Cxn::LWP 6.00 - Search::Elasticsearch::CxnPool::Sniff 6.00 - Search::Elasticsearch::CxnPool::Static 6.00 - Search::Elasticsearch::CxnPool::Static::NoPing 6.00 - Search::Elasticsearch::Error 6.00 - Search::Elasticsearch::Logger::LogAny 6.00 - Search::Elasticsearch::Role::API 6.00 - Search::Elasticsearch::Role::Client 6.00 - Search::Elasticsearch::Role::Client::Direct 6.00 - Search::Elasticsearch::Role::Cxn 6.00 - Search::Elasticsearch::Role::CxnPool 6.00 - Search::Elasticsearch::Role::CxnPool::Sniff 6.00 - Search::Elasticsearch::Role::CxnPool::Static 6.00 - Search::Elasticsearch::Role::CxnPool::Static::NoPing 6.00 - Search::Elasticsearch::Role::Is_Sync 6.00 - Search::Elasticsearch::Role::Logger 6.00 - Search::Elasticsearch::Role::Serializer 6.00 - Search::Elasticsearch::Role::Serializer::JSON 6.00 - Search::Elasticsearch::Role::Transport 6.00 - Search::Elasticsearch::Serializer::JSON 6.00 - Search::Elasticsearch::Serializer::JSON::Cpanel 6.00 - Search::Elasticsearch::Serializer::JSON::PP 6.00 - Search::Elasticsearch::Serializer::JSON::XS 6.00 - Search::Elasticsearch::TestServer 6.00 - Search::Elasticsearch::Transport 6.00 - Search::Elasticsearch::Util 6.00 + Search-Elasticsearch-6.80 + pathname: E/EZ/EZIMUEL/Search-Elasticsearch-6.80.tar.gz + provides: + Search::Elasticsearch 6.80 + Search::Elasticsearch::Client::6_0 6.80 + Search::Elasticsearch::Client::6_0::Bulk 6.80 + Search::Elasticsearch::Client::6_0::Direct 6.80 + Search::Elasticsearch::Client::6_0::Direct::CCR 6.80 + Search::Elasticsearch::Client::6_0::Direct::Cat 6.80 + Search::Elasticsearch::Client::6_0::Direct::Cluster 6.80 + Search::Elasticsearch::Client::6_0::Direct::ILM 6.80 + Search::Elasticsearch::Client::6_0::Direct::Indices 6.80 + Search::Elasticsearch::Client::6_0::Direct::Ingest 6.80 + Search::Elasticsearch::Client::6_0::Direct::Nodes 6.80 + Search::Elasticsearch::Client::6_0::Direct::Snapshot 6.80 + Search::Elasticsearch::Client::6_0::Direct::Tasks 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::Graph 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::License 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::ML 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::Migration 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::Monitoring 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::Rollup 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::SQL 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::SSL 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::Security 6.80 + Search::Elasticsearch::Client::6_0::Direct::XPack::Watcher 6.80 + Search::Elasticsearch::Client::6_0::Role::API 6.80 + Search::Elasticsearch::Client::6_0::Role::Bulk 6.80 + Search::Elasticsearch::Client::6_0::Role::Scroll 6.80 + Search::Elasticsearch::Client::6_0::Scroll 6.80 + Search::Elasticsearch::Client::6_0::TestServer 6.80 + Search::Elasticsearch::Cxn::Factory 6.80 + Search::Elasticsearch::Cxn::HTTPTiny 6.80 + Search::Elasticsearch::Cxn::Hijk 6.80 + Search::Elasticsearch::Cxn::LWP 6.80 + Search::Elasticsearch::CxnPool::Sniff 6.80 + Search::Elasticsearch::CxnPool::Static 6.80 + Search::Elasticsearch::CxnPool::Static::NoPing 6.80 + Search::Elasticsearch::Error 6.80 + Search::Elasticsearch::Logger::LogAny 6.80 + Search::Elasticsearch::Role::API 6.80 + Search::Elasticsearch::Role::Client 6.80 + Search::Elasticsearch::Role::Client::Direct 6.80 + Search::Elasticsearch::Role::Cxn 6.80 + Search::Elasticsearch::Role::CxnPool 6.80 + Search::Elasticsearch::Role::CxnPool::Sniff 6.80 + Search::Elasticsearch::Role::CxnPool::Static 6.80 + Search::Elasticsearch::Role::CxnPool::Static::NoPing 6.80 + Search::Elasticsearch::Role::Is_Sync 6.80 + Search::Elasticsearch::Role::Logger 6.80 + Search::Elasticsearch::Role::Serializer 6.80 + Search::Elasticsearch::Role::Serializer::JSON 6.80 + Search::Elasticsearch::Role::Transport 6.80 + Search::Elasticsearch::Serializer::JSON 6.80 + Search::Elasticsearch::Serializer::JSON::Cpanel 6.80 + Search::Elasticsearch::Serializer::JSON::PP 6.80 + Search::Elasticsearch::Serializer::JSON::XS 6.80 + Search::Elasticsearch::TestServer 6.80 + Search::Elasticsearch::Transport 6.80 + Search::Elasticsearch::Util 6.80 requirements: Any::URI::Escape 0 Data::Dumper 0 @@ -6516,6 +6551,7 @@ DISTRIBUTIONS Module::Runtime 0 Moo 2.001000 Moo::Role 0 + Net::IP 0 POSIX 0 Package::Stash 0.34 Scalar::Util 0 @@ -6527,41 +6563,41 @@ DISTRIBUTIONS overload 0 strict 0 warnings 0 - Selenium-Remote-Driver-1.36 - pathname: T/TE/TEODESIAN/Selenium-Remote-Driver-1.36.tar.gz - provides: - Selenium::ActionChains 1.36 - Selenium::CanStartBinary 1.36 - Selenium::CanStartBinary::FindBinary 1.36 - Selenium::CanStartBinary::ProbePort 1.36 - Selenium::Chrome 1.36 - Selenium::Edge 1.36 - Selenium::Firefox 1.36 - Selenium::Firefox::Binary 1.36 - Selenium::Firefox::Profile 1.36 - Selenium::InternetExplorer 1.36 - Selenium::PhantomJS 1.36 - Selenium::Remote::Commands 1.36 - Selenium::Remote::Driver 1.36 - Selenium::Remote::Driver::CanSetWebdriverContext 1.36 - Selenium::Remote::Driver::Firefox::Profile 1.36 - Selenium::Remote::ErrorHandler 1.36 - Selenium::Remote::Finders 1.36 - Selenium::Remote::Mock::Commands 1.36 - Selenium::Remote::Mock::RemoteConnection 1.36 - Selenium::Remote::RemoteConnection 1.36 - Selenium::Remote::Spec 1.36 - Selenium::Remote::WDKeys 1.36 - Selenium::Remote::WebElement 1.36 - Selenium::Waiter 1.36 - Test::Selenium::Chrome 1.36 - Test::Selenium::Edge 1.36 - Test::Selenium::Firefox 1.36 - Test::Selenium::InternetExplorer 1.36 - Test::Selenium::PhantomJS 1.36 - Test::Selenium::Remote::Driver 1.36 - Test::Selenium::Remote::Role::DoesTesting 1.36 - Test::Selenium::Remote::WebElement 1.36 + Selenium-Remote-Driver-1.37 + pathname: T/TE/TEODESIAN/Selenium-Remote-Driver-1.37.tar.gz + provides: + Selenium::ActionChains 1.37 + Selenium::CanStartBinary 1.37 + Selenium::CanStartBinary::FindBinary 1.37 + Selenium::CanStartBinary::ProbePort 1.37 + Selenium::Chrome 1.37 + Selenium::Edge 1.37 + Selenium::Firefox 1.37 + Selenium::Firefox::Binary 1.37 + Selenium::Firefox::Profile 1.37 + Selenium::InternetExplorer 1.37 + Selenium::PhantomJS 1.37 + Selenium::Remote::Commands 1.37 + Selenium::Remote::Driver 1.37 + Selenium::Remote::Driver::CanSetWebdriverContext 1.37 + Selenium::Remote::Driver::Firefox::Profile 1.37 + Selenium::Remote::ErrorHandler 1.37 + Selenium::Remote::Finders 1.37 + Selenium::Remote::Mock::Commands 1.37 + Selenium::Remote::Mock::RemoteConnection 1.37 + Selenium::Remote::RemoteConnection 1.37 + Selenium::Remote::Spec 1.37 + Selenium::Remote::WDKeys 1.37 + Selenium::Remote::WebElement 1.37 + Selenium::Waiter 1.37 + Test::Selenium::Chrome 1.37 + Test::Selenium::Edge 1.37 + Test::Selenium::Firefox 1.37 + Test::Selenium::InternetExplorer 1.37 + Test::Selenium::PhantomJS 1.37 + Test::Selenium::Remote::Driver 1.37 + Test::Selenium::Remote::Role::DoesTesting 1.37 + Test::Selenium::Remote::WebElement 1.37 requirements: Archive::Zip 0 Carp 0 @@ -6679,49 +6715,49 @@ DISTRIBUTIONS perl 5.006 strict 0 warnings 0 - Specio-0.45 - pathname: D/DR/DROLSKY/Specio-0.45.tar.gz - provides: - Specio 0.45 - Specio::Coercion 0.45 - Specio::Constraint::AnyCan 0.45 - Specio::Constraint::AnyDoes 0.45 - Specio::Constraint::AnyIsa 0.45 - Specio::Constraint::Enum 0.45 - Specio::Constraint::Intersection 0.45 - Specio::Constraint::ObjectCan 0.45 - Specio::Constraint::ObjectDoes 0.45 - Specio::Constraint::ObjectIsa 0.45 - Specio::Constraint::Parameterizable 0.45 - Specio::Constraint::Parameterized 0.45 - Specio::Constraint::Role::CanType 0.45 - Specio::Constraint::Role::DoesType 0.45 - Specio::Constraint::Role::Interface 0.45 - Specio::Constraint::Role::IsaType 0.45 - Specio::Constraint::Simple 0.45 - Specio::Constraint::Structurable 0.45 - Specio::Constraint::Structured 0.45 - Specio::Constraint::Union 0.45 - Specio::Declare 0.45 - Specio::DeclaredAt 0.45 - Specio::Exception 0.45 - Specio::Exporter 0.45 - Specio::Helpers 0.45 - Specio::Library::Builtins 0.45 - Specio::Library::Numeric 0.45 - Specio::Library::Perl 0.45 - Specio::Library::String 0.45 - Specio::Library::Structured 0.45 - Specio::Library::Structured::Dict 0.45 - Specio::Library::Structured::Map 0.45 - Specio::Library::Structured::Tuple 0.45 - Specio::OO 0.45 - Specio::PartialDump 0.45 - Specio::Registry 0.45 - Specio::Role::Inlinable 0.45 - Specio::Subs 0.45 - Specio::TypeChecks 0.45 - Test::Specio 0.45 + Specio-0.46 + pathname: D/DR/DROLSKY/Specio-0.46.tar.gz + provides: + Specio 0.46 + Specio::Coercion 0.46 + Specio::Constraint::AnyCan 0.46 + Specio::Constraint::AnyDoes 0.46 + Specio::Constraint::AnyIsa 0.46 + Specio::Constraint::Enum 0.46 + Specio::Constraint::Intersection 0.46 + Specio::Constraint::ObjectCan 0.46 + Specio::Constraint::ObjectDoes 0.46 + Specio::Constraint::ObjectIsa 0.46 + Specio::Constraint::Parameterizable 0.46 + Specio::Constraint::Parameterized 0.46 + Specio::Constraint::Role::CanType 0.46 + Specio::Constraint::Role::DoesType 0.46 + Specio::Constraint::Role::Interface 0.46 + Specio::Constraint::Role::IsaType 0.46 + Specio::Constraint::Simple 0.46 + Specio::Constraint::Structurable 0.46 + Specio::Constraint::Structured 0.46 + Specio::Constraint::Union 0.46 + Specio::Declare 0.46 + Specio::DeclaredAt 0.46 + Specio::Exception 0.46 + Specio::Exporter 0.46 + Specio::Helpers 0.46 + Specio::Library::Builtins 0.46 + Specio::Library::Numeric 0.46 + Specio::Library::Perl 0.46 + Specio::Library::String 0.46 + Specio::Library::Structured 0.46 + Specio::Library::Structured::Dict 0.46 + Specio::Library::Structured::Map 0.46 + Specio::Library::Structured::Tuple 0.46 + Specio::OO 0.46 + Specio::PartialDump 0.46 + Specio::Registry 0.46 + Specio::Role::Inlinable 0.46 + Specio::Subs 0.46 + Specio::TypeChecks 0.46 + Test::Specio 0.46 requirements: B 0 Carp 0 @@ -6776,10 +6812,10 @@ DISTRIBUTIONS Sub::Exporter 0.972 strict 0 warnings 0 - Struct-Dumb-0.09 - pathname: P/PE/PEVANS/Struct-Dumb-0.09.tar.gz + Struct-Dumb-0.12 + pathname: P/PE/PEVANS/Struct-Dumb-0.12.tar.gz provides: - Struct::Dumb 0.09 + Struct::Dumb 0.12 requirements: Module::Build 0.4004 Sub-Exporter-0.987 @@ -6907,60 +6943,60 @@ DISTRIBUTIONS ExtUtils::MakeMaker 0 GD 1.14 Template 2.14 - Template-Toolkit-3.007 - pathname: A/AT/ATOOMIC/Template-Toolkit-3.007.tar.gz - provides: - Template 3.007 - Template::Base 3.007 - Template::Config 3.007 - Template::Constants 3.007 - Template::Context 3.007 - Template::Directive 3.007 - Template::Document 3.007 - Template::Exception 3.007 - Template::Filters 3.007 - Template::Grammar 3.007 - Template::Iterator 3.007 - Template::Monad::Assert 3.007 - Template::Monad::Scalar 3.007 - Template::Namespace::Constants 3.007 - Template::Parser 3.007 - Template::Perl 3.007 - Template::Plugin 3.007 - Template::Plugin::Assert 3.007 - Template::Plugin::CGI 3.007 - Template::Plugin::Datafile 3.007 - Template::Plugin::Date 3.007 - Template::Plugin::Date::Calc 3.007 - Template::Plugin::Date::Manip 3.007 - Template::Plugin::Directory 3.007 - Template::Plugin::Dumper 3.007 - Template::Plugin::File 3.007 - Template::Plugin::Filter 3.007 - Template::Plugin::Format 3.007 - Template::Plugin::HTML 3.007 - Template::Plugin::Image 3.007 - Template::Plugin::Iterator 3.007 - Template::Plugin::Math 3.007 - Template::Plugin::Pod 3.007 - Template::Plugin::Procedural 3.007 - Template::Plugin::Scalar 3.007 - Template::Plugin::String 3.007 - Template::Plugin::Table 3.007 - Template::Plugin::URL 3.007 - Template::Plugin::View 3.007 - Template::Plugin::Wrap 3.007 - Template::Plugins 3.007 - Template::Provider 3.007 - Template::Service 3.007 - Template::Stash 3.007 - Template::Stash::Context 3.007 + Template-Toolkit-3.008 + pathname: A/AT/ATOOMIC/Template-Toolkit-3.008.tar.gz + provides: + Template 3.008 + Template::Base 3.008 + Template::Config 3.008 + Template::Constants 3.008 + Template::Context 3.008 + Template::Directive 3.008 + Template::Document 3.008 + Template::Exception 3.008 + Template::Filters 3.008 + Template::Grammar 3.008 + Template::Iterator 3.008 + Template::Monad::Assert 3.008 + Template::Monad::Scalar 3.008 + Template::Namespace::Constants 3.008 + Template::Parser 3.008 + Template::Perl 3.008 + Template::Plugin 3.008 + Template::Plugin::Assert 3.008 + Template::Plugin::CGI 3.008 + Template::Plugin::Datafile 3.008 + Template::Plugin::Date 3.008 + Template::Plugin::Date::Calc 3.008 + Template::Plugin::Date::Manip 3.008 + Template::Plugin::Directory 3.008 + Template::Plugin::Dumper 3.008 + Template::Plugin::File 3.008 + Template::Plugin::Filter 3.008 + Template::Plugin::Format 3.008 + Template::Plugin::HTML 3.008 + Template::Plugin::Image 3.008 + Template::Plugin::Iterator 3.008 + Template::Plugin::Math 3.008 + Template::Plugin::Pod 3.008 + Template::Plugin::Procedural 3.008 + Template::Plugin::Scalar 3.008 + Template::Plugin::String 3.008 + Template::Plugin::Table 3.008 + Template::Plugin::URL 3.008 + Template::Plugin::View 3.008 + Template::Plugin::Wrap 3.008 + Template::Plugins 3.008 + Template::Provider 3.008 + Template::Service 3.008 + Template::Stash 3.008 + Template::Stash::Context 3.008 Template::Stash::XS undef - Template::Test 3.007 - Template::TieString 3.007 - Template::Toolkit 3.007 - Template::VMethods 3.007 - Template::View 3.007 + Template::Test 3.008 + Template::TieString 3.008 + Template::Toolkit 3.008 + Template::VMethods 3.008 + Template::View 3.008 requirements: AppConfig 1.56 ExtUtils::MakeMaker 0 @@ -6996,10 +7032,10 @@ DISTRIBUTIONS Test::Builder 0 Test::Builder::Tester 0 Test::More 0.70 - Test-Deep-1.128 - pathname: R/RJ/RJBS/Test-Deep-1.128.tar.gz + Test-Deep-1.130 + pathname: R/RJ/RJBS/Test-Deep-1.130.tar.gz provides: - Test::Deep 1.128 + Test::Deep 1.130 Test::Deep::All undef Test::Deep::Any undef Test::Deep::Array undef @@ -7101,23 +7137,23 @@ DISTRIBUTIONS ExtUtils::MakeMaker 0 Test::Builder 0.12 Test::Builder::Tester 1.04 - Test-MockModule-v0.171.0 - pathname: G/GF/GFRANKS/Test-MockModule-v0.171.0.tar.gz + Test-MockModule-v0.172.0 + pathname: G/GF/GFRANKS/Test-MockModule-v0.172.0.tar.gz provides: - Test::MockModule v0.171.0 + Test::MockModule v0.172.0 requirements: Carp 0 Module::Build 0.38 - SUPER 0 + SUPER 1.20 Scalar::Util 0 Test::More 0.88 Test::Warnings 0 perl 5.006 - Test-Most-0.35 - pathname: O/OV/OVID/Test-Most-0.35.tar.gz + Test-Most-0.37 + pathname: O/OV/OVID/Test-Most-0.37.tar.gz provides: - Test::Most 0.35 - Test::Most::Exception 0.35 + Test::Most 0.37 + Test::Most::Exception 0.37 requirements: Exception::Class 1.14 ExtUtils::MakeMaker 0 @@ -7276,10 +7312,10 @@ DISTRIBUTIONS Test::Builder 0.13 Test::Builder::Tester 1.02 perl 5.006 - Test-Warnings-0.028 - pathname: E/ET/ETHER/Test-Warnings-0.028.tar.gz + Test-Warnings-0.030 + pathname: E/ET/ETHER/Test-Warnings-0.030.tar.gz provides: - Test::Warnings 0.028 + Test::Warnings 0.030 requirements: Carp 0 Exporter 0 @@ -7431,10 +7467,10 @@ DISTRIBUTIONS requirements: ExtUtils::MakeMaker 0 Test::More 0 - Text-CSV_XS-1.40 - pathname: H/HM/HMBRAND/Text-CSV_XS-1.40.tgz + Text-CSV_XS-1.41 + pathname: H/HM/HMBRAND/Text-CSV_XS-1.41.tgz provides: - Text::CSV_XS 1.40 + Text::CSV_XS 1.41 requirements: Config 0 ExtUtils::MakeMaker 0 @@ -7566,8 +7602,8 @@ DISTRIBUTIONS Test::More 0 Test::use::ok 0 Tie::RefHash 0 - TimeDate-2.31 - pathname: A/AT/ATOOMIC/TimeDate-2.31.tar.gz + TimeDate-2.32 + pathname: A/AT/ATOOMIC/TimeDate-2.32.tar.gz provides: Date::Format 2.24 Date::Format::Generic 2.24 @@ -7606,7 +7642,7 @@ DISTRIBUTIONS Date::Language::TigrinyaEritrean 1.00 Date::Language::TigrinyaEthiopian 1.00 Date::Language::Turkish 1.0 - Date::Parse 2.31 + Date::Parse 2.32 Time::Zone 2.24 TimeDate 1.21 requirements: @@ -7623,47 +7659,47 @@ DISTRIBUTIONS perl 5.006 strict 0 warnings 0 - Type-Tiny-1.008005 - pathname: T/TO/TOBYINK/Type-Tiny-1.008005.tar.gz - provides: - Devel::TypeTiny::Perl56Compat 1.008005 - Devel::TypeTiny::Perl58Compat 1.008005 - Error::TypeTiny 1.008005 - Error::TypeTiny::Assertion 1.008005 - Error::TypeTiny::Compilation 1.008005 - Error::TypeTiny::WrongNumberOfParameters 1.008005 - Eval::TypeTiny 1.008005 - Reply::Plugin::TypeTiny 1.008005 - Test::TypeTiny 1.008005 - Type::Coercion 1.008005 - Type::Coercion::FromMoose 1.008005 - Type::Coercion::Union 1.008005 - Type::Library 1.008005 - Type::Params 1.008005 - Type::Parser 1.008005 - Type::Registry 1.008005 - Type::Tiny 1.008005 - Type::Tiny::Class 1.008005 - Type::Tiny::ConstrainedObject 1.008005 - Type::Tiny::Duck 1.008005 - Type::Tiny::Enum 1.008005 - Type::Tiny::Intersection 1.008005 - Type::Tiny::Role 1.008005 - Type::Tiny::Union 1.008005 - Type::Utils 1.008005 - Types::Common::Numeric 1.008005 - Types::Common::String 1.008005 - Types::Standard 1.008005 - Types::Standard::ArrayRef 1.008005 - Types::Standard::CycleTuple 1.008005 - Types::Standard::Dict 1.008005 - Types::Standard::HashRef 1.008005 - Types::Standard::Map 1.008005 - Types::Standard::ScalarRef 1.008005 - Types::Standard::StrMatch 1.008005 - Types::Standard::Tied 1.008005 - Types::Standard::Tuple 1.008005 - Types::TypeTiny 1.008005 + Type-Tiny-1.010002 + pathname: T/TO/TOBYINK/Type-Tiny-1.010002.tar.gz + provides: + Devel::TypeTiny::Perl56Compat 1.010002 + Devel::TypeTiny::Perl58Compat 1.010002 + Error::TypeTiny 1.010002 + Error::TypeTiny::Assertion 1.010002 + Error::TypeTiny::Compilation 1.010002 + Error::TypeTiny::WrongNumberOfParameters 1.010002 + Eval::TypeTiny 1.010002 + Reply::Plugin::TypeTiny 1.010002 + Test::TypeTiny 1.010002 + Type::Coercion 1.010002 + Type::Coercion::FromMoose 1.010002 + Type::Coercion::Union 1.010002 + Type::Library 1.010002 + Type::Params 1.010002 + Type::Parser 1.010002 + Type::Registry 1.010002 + Type::Tiny 1.010002 + Type::Tiny::Class 1.010002 + Type::Tiny::ConstrainedObject 1.010002 + Type::Tiny::Duck 1.010002 + Type::Tiny::Enum 1.010002 + Type::Tiny::Intersection 1.010002 + Type::Tiny::Role 1.010002 + Type::Tiny::Union 1.010002 + Type::Utils 1.010002 + Types::Common::Numeric 1.010002 + Types::Common::String 1.010002 + Types::Standard 1.010002 + Types::Standard::ArrayRef 1.010002 + Types::Standard::CycleTuple 1.010002 + Types::Standard::Dict 1.010002 + Types::Standard::HashRef 1.010002 + Types::Standard::Map 1.010002 + Types::Standard::ScalarRef 1.010002 + Types::Standard::StrMatch 1.010002 + Types::Standard::Tied 1.010002 + Types::Standard::Tuple 1.010002 + Types::TypeTiny 1.010002 requirements: Exporter::Tiny 1.000000 ExtUtils::MakeMaker 6.17 @@ -7975,6 +8011,15 @@ DISTRIBUTIONS requirements: ExtUtils::MakeMaker 0 perl 5.008001 + YAML-LibYAML-0.82 + pathname: T/TI/TINITA/YAML-LibYAML-0.82.tar.gz + provides: + YAML::LibYAML 0.82 + YAML::XS 0.82 + YAML::XS::LibYAML undef + requirements: + ExtUtils::MakeMaker 0 + perl 5.008001 bareword-filehandles-0.007 pathname: I/IL/ILMARI/bareword-filehandles-0.007.tar.gz provides: @@ -7989,10 +8034,10 @@ DISTRIBUTIONS perl 5.008001 strict 0 warnings 0 - common-sense-3.74 - pathname: M/ML/MLEHMANN/common-sense-3.74.tar.gz + common-sense-3.75 + pathname: M/ML/MLEHMANN/common-sense-3.75.tar.gz provides: - common::sense 3.74 + common::sense 3.75 requirements: ExtUtils::MakeMaker 0 indirect-0.39 @@ -8013,32 +8058,32 @@ DISTRIBUTIONS XSLoader 0 lib 0 perl 5.008001 - libwww-perl-6.43 - pathname: O/OA/OALDERS/libwww-perl-6.43.tar.gz - provides: - LWP 6.43 - LWP::Authen::Basic 6.43 - LWP::Authen::Digest 6.43 - LWP::Authen::Ntlm 6.43 - LWP::ConnCache 6.43 - LWP::Debug 6.43 - LWP::Debug::TraceHTTP 6.43 - LWP::DebugFile 6.43 - LWP::MemberMixin 6.43 - LWP::Protocol 6.43 - LWP::Protocol::cpan 6.43 - LWP::Protocol::data 6.43 - LWP::Protocol::file 6.43 - LWP::Protocol::ftp 6.43 - LWP::Protocol::gopher 6.43 - LWP::Protocol::http 6.43 - LWP::Protocol::loopback 6.43 - LWP::Protocol::mailto 6.43 - LWP::Protocol::nntp 6.43 - LWP::Protocol::nogo 6.43 - LWP::RobotUA 6.43 - LWP::Simple 6.43 - LWP::UserAgent 6.43 + libwww-perl-6.44 + pathname: O/OA/OALDERS/libwww-perl-6.44.tar.gz + provides: + LWP 6.44 + LWP::Authen::Basic 6.44 + LWP::Authen::Digest 6.44 + LWP::Authen::Ntlm 6.44 + LWP::ConnCache 6.44 + LWP::Debug 6.44 + LWP::Debug::TraceHTTP 6.44 + LWP::DebugFile 6.44 + LWP::MemberMixin 6.44 + LWP::Protocol 6.44 + LWP::Protocol::cpan 6.44 + LWP::Protocol::data 6.44 + LWP::Protocol::file 6.44 + LWP::Protocol::ftp 6.44 + LWP::Protocol::gopher 6.44 + LWP::Protocol::http 6.44 + LWP::Protocol::loopback 6.44 + LWP::Protocol::mailto 6.44 + LWP::Protocol::nntp 6.44 + LWP::Protocol::nogo 6.44 + LWP::RobotUA 6.44 + LWP::Simple 6.44 + LWP::UserAgent 6.44 libwww::perl undef requirements: CPAN::Meta::Requirements 2.120620