Skip to content

Commit

Permalink
import CPAN v2.36 from the CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 2, 2023
1 parent ad44536 commit 96ea0b9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Expand Up @@ -262,7 +262,7 @@ package Maintainers;
},

'CPAN' => {
'DISTRIBUTION' => 'ANDK/CPAN-2.34.tar.gz',
'DISTRIBUTION' => 'ANDK/CPAN-2.36.tar.gz',
'FILES' => q[cpan/CPAN],
'EXCLUDED' => [
qr{^distroprefs/},
Expand Down
2 changes: 1 addition & 1 deletion cpan/CPAN/lib/CPAN.pm
Expand Up @@ -2,7 +2,7 @@
# vim: ts=4 sts=4 sw=4:
use strict;
package CPAN;
$CPAN::VERSION = '2.34';
$CPAN::VERSION = '2.36';
$CPAN::VERSION =~ s/_//;

# we need to run chdir all over and we would get at wrong libraries
Expand Down
3 changes: 2 additions & 1 deletion cpan/CPAN/lib/CPAN/HTTP/Client.pm
Expand Up @@ -6,7 +6,7 @@ use vars qw(@ISA);
use CPAN::HTTP::Credentials;
use HTTP::Tiny 0.005;

$CPAN::HTTP::Client::VERSION = $CPAN::HTTP::Client::VERSION = "1.9601";
$CPAN::HTTP::Client::VERSION = $CPAN::HTTP::Client::VERSION = "1.9602";

# CPAN::HTTP::Client is adapted from parts of cpanm by Tatsuhiko Miyagawa
# and parts of LWP by Gisle Aas
Expand All @@ -32,6 +32,7 @@ sub mirror {

my $want_proxy = $self->_want_proxy($uri);
my $http = HTTP::Tiny->new(
verify_SSL => 1,
$want_proxy ? (proxy => $self->{proxy}) : ()
);

Expand Down
11 changes: 11 additions & 0 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Expand Up @@ -20293,8 +20293,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.038000 => {
delta_from => 5.037011,
changed => {
'B::Deparse' => '1.74',
'B::Op_private' => '5.038000',
'CPAN' => '2.36',
'CPAN::HTTP::Client' => '1.9602',
'Compress::Raw::Bzip2' => '2.204_001',
'Compress::Raw::Zlib' => '2.204_001',
'Config' => '5.038',
'Digest::MD5' => '2.58_01',
'DynaLoader' => '1.54',
'ExtUtils::ParseXS' => '3.51',
'ExtUtils::ParseXS::Constants'=> '3.51',
'ExtUtils::ParseXS::CountLines'=> '3.51',
Expand All @@ -20317,10 +20324,14 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'IO::Socket' => '1.52',
'IO::Socket::INET' => '1.52',
'IO::Socket::UNIX' => '1.52',
'MIME::Base64' => '3.16_01',
'MIME::QuotedPrint' => '3.16_01',
'Module::CoreList' => '5.20230520',
'Module::CoreList::Utils'=> '5.20230520',
'POSIX' => '2.13',
'SDBM_File' => '1.17',
'Time::HiRes' => '1.9775',
'Time::Piece' => '1.3401_01',
'warnings' => '1.65',
},
removed => {
Expand Down

0 comments on commit 96ea0b9

Please sign in to comment.