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