I received the following error using eval to run a helper:
# ./puravida.pl eval 'say app->hashid(1014)'
Subroutine main::app redefined at (eval 601) line 1.
The only change I'm aware of is I updated Mojolicious, but I would assume that's the issue, lol. Does this sound like an issue in my code, and if so, what would I look for that causes this error?
Thanks!
V