<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6fd7c9c12382f829509c95de0891eb0f1038b1d8">https://github.com/macports/macports-ports/commit/6fd7c9c12382f829509c95de0891eb0f1038b1d8</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 6fd7c9c1238 p5-test-harness: update to version 3.52
</span>6fd7c9c1238 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6fd7c9c12382f829509c95de0891eb0f1038b1d8
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat May 3 22:18:33 2025 -0700

<span style='display:block; white-space:pre;color:#404040;'>    p5-test-harness: update to version 3.52
</span>---
 perl/p5-test-harness/Portfile | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-test-harness/Portfile b/perl/p5-test-harness/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8e1e63994c7..7c0adc2bd39 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-test-harness/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-test-harness/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,23 +4,20 @@ PortSystem          1.0
</span> PortGroup           perl5 1.0
 
 perl5.branches      5.28 5.30 5.32 5.34
<span style='display:block; white-space:pre;background:#ffe0e0;'>-perl5.setup         Test-Harness 3.50
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.setup         Test-Harness 3.52
</span> revision            0
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+description         TAP::Harness - Run test scripts with statistics
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Test::Harness - Run Perl standard test scripts with statistics
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    You can write test scripts without knowing the exact output this module expects by using \"Test\" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    modules. However, by using this module, you can know the specifics, and you can prints some \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    performance statistics that are computed by the Benchmark module.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 platforms           {darwin any}
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  733d8887234d6231c223d6239a8a27138e3134da \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  79b6acdc444f1924cd4c2e9ed868bdc6e09580021aca8ff078ede2ffef8a6f54 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    215840
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  e195f4cf0fa0d047e499cf2ade75309e4885ad81 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  8fe65cfc0261ed3c8a4395f0524286f5719669fe305f9b03b16cf3684d62cd70 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    217547
</span> 
 ## Test-Harness includes the 'prove' binary, which is used to run tests.  Sigh.
 perl5.link_binaries no
</pre><pre style='margin:0'>

</pre>