The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!--
Description: feed author name
Expect:      not bozo and feed['author_detail']['name'] == u'Example author'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>Example author</name>
    <email>me@example.com</email>
    <uri>http://example.com/</uri>
  </author>
</feed>