The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# HG: remove *roff special syntax from manpage's NAME section
/.SH \"NAME\"/,+1 {
s/\\f(CW\\\*(C`/"/g
s/\\\*(C'\\fR/"/g
}