cpan-authors / IPC-Run

https://metacpan.org/pod/IPC::Run
Other
21 stars 38 forks source link

Fix full_result to always return $? #129

Closed hrubi closed 4 years ago

hrubi commented 5 years ago

When there was an argument given to full_result, it has called result, thus giving $? >> 8 instead of $?. After fixing the documentation in 834eb668, let's fix the real behaviour too and cover it with tests.

Fixes #119.