koorchik/FastNotes-Proto

Can't locate object method "search" via package "Mojo::Loader"

senorsmile opened this issue · 3 comments

Getting this error using the newest Mojolicious: v6.37.

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.

Thanks. Now I have lack of time but I will try to fix it

Fixed.