Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-Trap
From: Wen Heping
Date: 2022-10-01 11:10:03
Message id: 20221001091003.5763BFA90@cvs.NetBSD.org
Log Message:
Update to 0.3.5
Upstream changes:
0.3.5 Wed 27 Jul 2022 05:58:02 AM CEST
No changes to the libraries, just to the tests. Perl best
practices form a moving target.
- Stop using bareword filehandles; if it isn't deprecated
already, it will be.
- RT #143716: Perl pulled the rug from under me on untainting
environment variables when it stopped treating an empty
string as a safe PATH. Fix by deleting the offending
environment variables instead, as suggested by Graham Knop.
Files: