Skip Menu |

This queue is for tickets about the Test-Mojo-More CPAN distribution.

Report information
The Basics
Id: 93714
Status: new
Priority: 0/
Queue: Test-Mojo-More

People
Owner: Nobody in particular
Requestors: hesco [...] campaignfoundations.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: (no value)



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];