houseabsolute / Log-Dispatch

Dispatches messages to one or more outputs
https://metacpan.org/release/Log-Dispatch/
Other
12 stars 29 forks source link

initialize $? with a numeric value #58

Closed haarg closed 4 years ago

haarg commented 4 years ago

Assignments to $? are coerced to numeric, so it should not be initialized to undef.

Fixes #57

autarch commented 4 years ago

Merged from the CLI. Thanks!