openSUSE / Mojo-IOLoop-ReadWriteProcess

Execute external programs or internal code blocks as separate process
Other
10 stars 13 forks source link

Fix compatibility with Mojolicious 8.23 #5

Closed kraih closed 4 years ago

kraih commented 4 years ago

This is a fix for #4. In Mojolicious 8.23 we no longer allow undef values in Mojo::File to prevent common accidents when deleting files/directories (since there is no sensible use case where you actually want undef in your path).