From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<!--
Description: entry multiple links
Expect: not bozo and entries[0]['links'] == [{'rel': u'alternate', 'type': u'application/xhtml+xml', 'href': u'http://www.example.com/'}, {'rel': u'service.post', 'type': u'application/atom+xml', 'href': 'http://www.example.com/post'}]
-->
<entry>
<link rel="alternate" type="application/xhtml+xml" href="http://www.example.com/"/>
<link rel="service.post" type="application/atom+xml" href="http://www.example.com/post"/>
</entry>
</feed>