Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Devel-StackTrace
From: Thomas Klausner
Date: 2024-01-14 21:36:31
Message id: 20240114203631.DB258FA42@cvs.NetBSD.org
Log Message:
p5-Devel-StackTrace: update to 2.05.
2.05 2024-01-08
- Added explicit boolean overloading for trace objects. Without this, Perl
will use the object's string overloading and then check the truthiness of
the returned string, which is a lot of extra work. This can produce
significant slowdowns in some cases, as seen in
https://github.com/plack/Plack/pull/697. Requested by Tatsuhiko
Miyagawa. GH #23.
Files: