Subject: | Misleading error_code in SYNOPSIS |
The list context returns an error message, not $error_code.
Patch attached.
Subject: | patch_synopsis.txt |
79c79
< my( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
---
> my( $success, $error_message, $full_buf, $stdout_buf, $stderr_buf ) =