From 7548e4d37c2aaefd32fe0a9bcd83f8e71326dde1 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 4 Apr 2022 03:14:42 +0000 Subject: CTAN sync 202204040314 --- systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/FTP.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/FTP.pm') diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/FTP.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/FTP.pm index 1688a118e4..268522f78f 100644 --- a/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/FTP.pm +++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/CPAN/FTP.pm @@ -15,7 +15,7 @@ use vars qw($connect_to_internet_ok $Ua $Thesite $ThesiteURL $Themethod); use vars qw( $VERSION ); -$VERSION = "5.5012"; +$VERSION = "5.5013"; sub _plus_append_open { my($fh, $file) = @_; @@ -38,7 +38,7 @@ sub _ftp_statistics { return if defined $ftpstats_size && $ftpstats_size <= 0; my $locktype = $fh ? LOCK_EX : LOCK_SH; # XXX On Windows flock() implements mandatory locking, so we can - # XXX only use shared locking to still allow _yaml_load_file() to + # XXX only use shared locking to still allow _yaml_loadfile() to # XXX read from the file using a different filehandle. $locktype = LOCK_SH if $^O eq "MSWin32"; -- cgit v1.2.3