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 TestApp::Model::Foo::Bar;

sub model_foo_bar_method_from_foo_bar { "model_foo_bar_method_from_foo_bar" }

1;