CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 28 Jul 2025 22:53:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20230131202525
location: https://web.archive.org/web/20230131202525/https://perl5.git.perl.org/perl5.git/commit
server-timing: captures_list;dur=0.580899, exclusion.robots;dur=0.018708, exclusion.robots.policy;dur=0.008879, esindex;dur=0.012269, cdx.remote;dur=185.822075, LoadShardBlock;dur=113.941666, PetaboxLoader3.datanode;dur=83.515346
x-app-server: wwwb-app222
x-ts: 302
x-tr: 324
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 28 Jul 2025 22:53:58 GMT
content-type: application/xhtml+xml; charset=utf-8
x-archive-orig-date: Tue, 31 Jan 2023 20:25:25 GMT
x-archive-orig-server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
x-archive-orig-keep-alive: timeout=5, max=100
x-archive-orig-connection: Keep-Alive
x-archive-orig-x-crawler-transfer-encoding: chunked
x-archive-orig-content-length: 7374
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 31 Jan 2023 20:25:25 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 23 Jan 2021 21:28:40 GMT", ; rel="prev memento"; datetime="Wed, 26 Jan 2022 21:26:45 GMT", ; rel="memento"; datetime="Tue, 31 Jan 2023 20:25:25 GMT", ; rel="last memento"; datetime="Tue, 31 Jan 2023 20:25:25 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: CC-MAIN-2023-06-1674764499890.39-0016/CC-MAIN-20230131190543-20230131220543-00322.warc.gz
server-timing: captures_list;dur=0.460351, exclusion.robots;dur=0.018863, exclusion.robots.policy;dur=0.009980, esindex;dur=0.010025, cdx.remote;dur=215.804685, LoadShardBlock;dur=160.985045, PetaboxLoader3.datanode;dur=401.160916, load_resource;dur=639.783030, PetaboxLoader3.resolve;dur=362.318069
x-app-server: wwwb-app222
x-ts: 200
x-tr: 1066
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
perl5.git.perl.org Git - perl5.git/commit
This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
author | Yves Orton <demerphq@gmail.com> | |
Mon, 30 Jan 2023 01:55:45 +0000 (02:55 +0100) | ||
committer | Yves Orton <demerphq@gmail.com> | |
Tue, 31 Jan 2023 00:42:26 +0000 (08:42 +0800) | ||
commit | d404f73baa29d5697ed2cac768de015217d5e819 | |
tree | c42122bb1b24ea8432103c6b5df565db5e3fb1df | tree | snapshot |
parent | e9f20e0860ca7ba8a9430281f0c0e3dc4ba912cf | commit | diff |
File-Find/t - rework tempdir creation and cleanup
Fixes #20734 - in a previous patch I missed the early cleanup call
and the fact that it could result in a race condition. This hopefully
resolves the problem.
These tests files are pretty crufty. It would be nice to see them split
apart so that the "sanity" checks which expect to be run in t/ are
executed in a separate test files from the checks which build a tree to
traverse for testing. A perfect task for a new contributor.
Fixes #20734 - in a previous patch I missed the early cleanup call
and the fact that it could result in a race condition. This hopefully
resolves the problem.
These tests files are pretty crufty. It would be nice to see them split
apart so that the "sanity" checks which expect to be run in t/ are
executed in a separate test files from the checks which build a tree to
traverse for testing. A perfect task for a new contributor.
ext/File-Find/t/find.t | diff | blob | blame | history | |
ext/File-Find/t/taint.t | diff | blob | blame | history |