perladvent / perldotcom

The source code for Perl.com website
https://www.perl.com
77 stars 80 forks source link

Fix deprecation warning by switching from Mojo::File::spurt to Mojo::File::spew #370

Closed davorg closed 1 month ago

davorg commented 1 month ago

Fixes #369

Annoyingly, Mojolicious added spew() and deprecated spurt() in the same release (9.34 from September 2023), so anyone running an older version of Mojolicious will a) not see this deprecation warning and b) won't be able to run this fixed version.

So maybe you want to hold off merging this until you know more developers are running a sufficiently up-to-date version of Mojolicious.