Subject: | Relies on fatal warnings, which will not be enabled by next Moo version |
For various reasons, the next version of Moo will not be enabling fatal warnings for classes that use it. This module relies on fatal warnings for reporting errors from a failed exec, at least in the tests. At lib/Class/Usul/IPC/Cmd.pm line 486 and 487, the exception thrown will be different depending on if fatal warnings are enabled.
Either explicitly enabling or explicitly disabling fatal warnings, and then adjusting the test to match, should resolve this problem easily.