Dependencies: add LWP::UserAgent as an optional dependency in

XML::Parser.

It shows up as a warning while building XML::Parser, but the
functionality of the package doesn't seem to be impacted for our use
case at least.
This commit is contained in:
Douglas R. Reno
2025-08-11 15:01:00 -05:00
parent ac68bc91bc
commit 5d1c78af5d

View File

@@ -3378,7 +3378,10 @@
<segmentedlist id="xml-parser-optdeps">
<segtitle>&external;</segtitle>
<seglistitem>
<seg>None</seg>
<seg>
<ulink
url="https://metacpan.org/pod/LWP::UserAgent">LWP::UserAgent</ulink>
</seg>
</seglistitem>
</segmentedlist>