CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1183
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 23:02:48 GMT
date: Sat, 11 Oct 2025 23:02:48 GMT
strict-transport-security: max-age=15768000
[PATCH - revised^3] test.pl fix - nntp.perl.org
Front page | perl.perl5.porters |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

[PATCH - revised^3] test.pl fix
From:
Jerry D. HeddenDate:
July 6, 2008 18:33Subject:
[PATCH - revised^3] test.pl fixMessage ID:
1ff86f510807061833j5fcaedb8l789a5d6286a5db3c@mail.gmail.comThe attached patch makes the following updates to test.pl: 1. Don't executing the END block (installed by test.pl) in the watchdog process. 2. The cleanup of the watchdog process needs a wait(). (This was causing spurious test failures.) 3. Use which_perl() throughout test.pl (namely _create_runperl() and watchdog()). Revision localizes $? before calling wait(). Revision^2 properly escapes the $? in the eval string. Revision^3 moved $Perl to top of file
- [PATCH - revised^3] test.pl fix by Jerry D. Hedden
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About