djstevenson / songs-to-the-siren

A blog about songs
MIT License
0 stars 0 forks source link

Mojolicious routing deprecations #369

Open djstevenson opened 3 years ago

djstevenson commented 3 years ago

Some routing methods that are used here have been deprecated in the latest Mojolicious.

Mojolicious::Routes::Route::route is DEPRECATED in favor of Mojolicious::Routes::Route::any at lib/SongsToTheSiren/Controller/Admin/Content.pm line 24.
Mojolicious::Routes::Route::via is DEPRECATED in favor of Mojolicious::Routes::Route::methods at lib/SongsToTheSiren/Controller/Admin/Content.pm line 24.
djstevenson commented 3 years ago

Also, logging deprecations:

Logging to "log/test.log" is DEPRECATED at /home/davids/src/perl/songs-to-the-siren/local/lib/perl5/Mojolicious/Renderer.pm line 70.