The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package t::Server;
use base 'Test::HTTP::Server';
sub Test::HTTP::Server::Request::boop { "hey world" }
1;