The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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