The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567 <!--Description: feed title with explicit type='text'Expect: not bozo and feed['title'] == u'Example Atom'--><feed xmlns="http://www.w3.org/2005/Atom"> <title type="text">Example Atom</title></feed>
<!--
Description: feed title with explicit type='text'
Expect: not bozo and feed['title'] == u'Example Atom'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text">Example Atom</title>
</feed>