sshaw / Mojolicious-Plugin-DigestAuth

HTTP Digest Authentication for Mojolicious
1 stars 5 forks source link

Can't locate object method "route" via package "Mojolicious::Routes::Route" #9

Closed eserte closed 3 years ago

eserte commented 3 years ago

The test suite started to fail, possibly because of incompatible changes made in Mojolicious 9.x:

Can't locate object method "route" via package "Mojolicious::Routes::Route" at t/route.t line 18.
# Looks like your test exited with 255 before it could output anything.
t/route.t .................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests 
aimass commented 3 years ago

same here. Just change ->route to ->_route in line 18 fo route.t that's it

aimass commented 3 years ago

Here is the PR:

https://github.com/sshaw/Mojolicious-Plugin-DigestAuth/pull/10

And the corresponding commit: https://github.com/sshaw/Mojolicious-Plugin-DigestAuth/pull/10/commits/a03067a8f0cc3d268a6bdaea80c1c6489e08a5f3

sshaw commented 3 years ago

PR merged. I will do a release in a day or two.

sshaw commented 3 years ago

Released, v0.10: https://metacpan.org/release/SHAW/Mojolicious-Plugin-DigestAuth-0.10