The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Dancer::Continuation::Route::Forwarded;

use strict;
use warnings;
use Carp;

use base qw(Dancer::Continuation::Route);

1;