Update to Devel-StackTrace-2.05 (perl dep).

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 (where large
data is being passed around as a string and then ignored).
This commit is contained in:
Ken Moffat 2024-04-02 11:06:53 +01:00
parent 54f0884ff3
commit a4d8e638d2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY my-download-http "&metacpan_authors;/D/DR/DROLSKY/Devel-StackTrace-&Devel-StackTrace-version;.tar.gz">
<!ENTITY my-md5sum "a5b09f7be7f2b10b525a9740676906d8">
<!ENTITY my-md5sum "b8ca19bb4c76e98a04373618db9c7c3c">
]>

View File

@ -453,7 +453,7 @@
<!ENTITY DateTime-Format-Strptime-version "1.79">
<!ENTITY DateTime-Locale-version "1.40">
<!ENTITY DateTime-TimeZone-version "2.62">
<!ENTITY Devel-StackTrace-version "2.04">
<!ENTITY Devel-StackTrace-version "2.05">
<!ENTITY Dist-CheckConflicts-version "0.11">
<!ENTITY Encode-Locale-version "1.05">
<!ENTITY Eval-Closure-version "0.14">