From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package TestPlugin2;
use strict;
use Dancer ':syntax';
register some_other_plugin_keyword => sub {
42;
};
register_plugin;
1;