The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# "I heard you went off and became a rich doctor.
# I've performed a few mercy killings."
sub register {
my ($self, $app) = @_;
$app->routes->route('/foo')->detour(PluginWithEmbeddedApp::App::app());
}
# GET /bar
get '/bar';
1;
__DATA__
@@ bar.html.ep
plugin works!\