reneeb / Mojolicious-Plugin-WebAPI

0 stars 2 forks source link

Fixing broken test per "Upgrading to Mojolicious 9.11" #5

Open kyzn opened 2 years ago

kyzn commented 2 years ago

Hi! Thanks for maintaining this module.

This patch fixes broken test per "Upgrading to Mojolicious 9.11" as described in https://github.com/mojolicious/mojo/wiki/Upgrading This addresses issue #4 and should resolve issue #3 too.

$ prove -l ./lib t/*.t
t/basic.t .. ok   
t/proxy.t .. ok    
t/write.t .. ok   
All tests successful.

I hope you find it useful. Do let me know if I can contribute any further. Thanks!

hacktoberfest