The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<!--
Description: feed contributor url
Expect:      not bozo and feed['contributors'][0]['url'] == u'http://example.com/'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
  <contributor>
    <name>Example contributor</name>
    <email>me@example.com</email>
    <url>http://example.com/</url>
  </contributor>
</feed>