The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{"extras": ["link-patterns"],
 "link_patterns": [
    (re.compile(r'mozilla\s+bug\s+(\d+)', re.I), r'http://bugzilla.mozilla.org/show_bug.cgi?id=\1'),
    (re.compile("(?:komodo\s+)?bug\s+(\d+)", re.I), r"http://bugs.activestate.com/show_bug.cgi?id=\1"),
 ],
}