http://www.perlmonks.org?node_id=1039763


in reply to Re: Mojolicious and calling current route
in thread Mojolicious and calling current route

It fails by not redirecting back to add_news when I have an offset of less than 10. I am not home so I cannot run the exact code but when I get home I will answer with a better answer.

I would expect to see something like the following.

# calling /add_news?offset=2 offset=2 offset=10 #

What I do see is the following

# calling /add_news?offset=2 #

Replies are listed 'Best First'.
Re^3: Mojolicious and calling current route
by onelander (Sexton) on Jun 19, 2013 at 12:00 UTC
    Ugh! The offset=2 expectation is wrong above.
    # calling /add_news?offset=2 -- a redirection would have happened -- offset=10 #