<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bd3beb914672f89d95cd5d40ac3faa49cc4cdf21">https://github.com/macports/macports-ports/commit/bd3beb914672f89d95cd5d40ac3faa49cc4cdf21</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 bd3beb91467 po4a: note dependence on pod::parser, only available in 5.30 and earlier Fixes: https://trac.macports.org/ticket/63828
</span>bd3beb91467 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bd3beb914672f89d95cd5d40ac3faa49cc4cdf21
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Nov 7 07:16:08 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    po4a: note dependence on pod::parser, only available in 5.30 and earlier
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/63828
</span>---
 textproc/po4a/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/po4a/Portfile b/textproc/po4a/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 07cfb7ba12c..5876c076d93 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/po4a/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/po4a/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,11 @@ PortGroup           perl5 1.0
</span> 
 github.setup        mquinson po4a 0.64 v
 revision            2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# NOTE: Presently this component utilizes core component Pod::Parser, which
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   is being phased out. Indeed, it's no longer included in the core Perl5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   distribution, starting with 5.32. So until upstream migrates completely
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   to 'pod-simple', we cannot go beyond 5.30.
</span> perl5.branches      5.30
 
 categories          textproc
</pre><pre style='margin:0'>

</pre>