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

use strict;
BEGIN {
plan "no_plan";
}
use lib 't/lib';
use Catalyst::Test qw/AuthRealmTestApp/;
ok(get("/moose"), "get ok");