Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-Trap
From: Thomas Klausner
Date: 2017-09-17 15:35:24
Message id: 20170917133524.F21D8FA9A@cvs.NetBSD.org
Log Message:
p5-Test-Trap: update to 0.3.3.
0.3.3 Tue Aug 22 02:06:09 CEST 2017
For this release, many thanks go to Slaven Rezic, who found
that Test::More::is() (or Test2::Formatter::TAP::write())
clobbers $^E on Windows.
- RT #105125 is addressed: The tests now use a copy of $^E
taken before Test::More gets a chance to touch it.
- Further, the Test::Trap test methods might also clobber $^E
(via Test::More or other modules), so they now localize $^E
before invoking the callback.
- Regression tests have been added for this.
Files: