The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

package TestAppExt;
use strict;
use lib 't';
use Dancer ':syntax';
sub test_app_func { test_plugin_symbol() }
1;