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

use strict;
__PACKAGE__->config(use_match => 0);
sub get_component_path {
return '/foo';
}
1;