ian-kent / MangoX-Queue

Queue implementation using Mango
0 stars 6 forks source link

emit_safe() is deprected #8

Open oliwer opened 9 years ago

oliwer commented 9 years ago

Hello,

Since Mojolicious 5.40, emit_safe has been replaced by emit, which is now safe by default. emit_safe will be removed in Mojolicious 6.

While this is not really a bug, my log files are spammed with deprecation warnings :(

Here is my patch: sed -i 's/emit_safe/emit/' **

ian-kent commented 9 years ago

sorry, only just spotted this issue, i'll have a look asap

oliwer commented 9 years ago

Oh great!

2015-03-17 11:37 GMT+01:00 Ian Kent notifications@github.com:

sorry, only just spotted this issue, i'll have a look asap

— Reply to this email directly or view it on GitHub https://github.com/ian-kent/MangoX-Queue/issues/8#issuecomment-82264857.