<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/cebe3a68b95c9ae1087a2d77185d54a1a36405b4">https://github.com/macports/macports-ports/commit/cebe3a68b95c9ae1087a2d77185d54a1a36405b4</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 cebe3a68b95 p5-test-harness: update to version 3.46
</span>cebe3a68b95 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cebe3a68b95c9ae1087a2d77185d54a1a36405b4
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Aug 7 16:08:59 2023 -0700
<span style='display:block; white-space:pre;color:#404040;'> p5-test-harness: update to version 3.46
</span>---
perl/p5-test-harness/Portfile | 13 +++++++------
1 file changed, 7 insertions(+), 6 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 c974b280715..a55631733f3 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,12 +4,10 @@ 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.44
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.setup Test-Harness 3.46
</span> revision 0
license {Artistic-1 GPL}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms {darwin any}
</span> maintainers nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs noarch
</span>
description Run perl standard test scripts with statistics.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,9 +15,12 @@ long_description You can write test scripts without knowing the exact output
</span> modules. However, by using this module, you can know the specifics, and you can prints some \
performance statistics that are computed by the Benchmark module.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 980f03d1d300cdd9e84c7422cab5f868fe7a098a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 7eb591ea6b499ece6745ff3e80e60cee669f0037f9ccbc4e4511425f593e5297 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 215148
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 493d745b4783a66b411af3cd8c3f9c541122a629 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 4c9e2e704035fc290695fa2ab0db3570715ed1aaadb061423564bc5365f47813 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 215476
</span>
## Test-Harness includes the 'prove' binary, which is used to run tests. Sigh.
perl5.link_binaries no
</pre><pre style='margin:0'>
</pre>