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

use strict;
use lib 't/lib';
use TestApp;
eval {
map { TestApp->controller($_) } TestApp->controllers;
};
ok( !$@, 'lives ok' );
done_testing;