Subject: | Mojolicious::-Secret is DEPRECATED in favor of Mojolicious::-Secrets, line 254 |
Use of Test::Mojo::More emits warnings reading:
Mojolicious::-Secret is DEPRECATED in favor of Mojolicious::-Secrets
from line 254
Untested, but I'd guess this might be resolved with:
- $c->stash->{'mojo.secret'} //= $self->app->secret;
+ $c->stash->{'mojo.secret'} //= $self->app->secret->[0];