The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 package TestAppExt;use strict;use warnings;use lib 't';use Dancer ':syntax';use TestPlugin;sub test_app_func { test_plugin_symbol() }1;
package
TestAppExt;
use
strict;
warnings;
lib
't'
;
Dancer
':syntax'
TestPlugin;
sub
test_app_func { test_plugin_symbol() }
1;