Can't locate object method "search" via package "Mojo::Loader"
senorsmile opened this issue · 3 comments
senorsmile commented
Getting this error using the newest Mojolicious: v6.37.
senorsmile commented
I was able to get it up and going with Carton and the following cpanfile:
requires 'Mojolicious', '<= 4.99';
requires 'DBD::SQLite', '<= 1.46';
requires 'DBIx::Simple';
I tried modifying the code to work with Mojolicious 6.37, but the differences seem to be too numerous, and my familiarity with Mojolicious much too new.
koorchik commented
Thanks. Now I have lack of time but I will try to fix it
koorchik commented
Fixed.