Skip Menu |

This queue is for tickets about the IPC-Cmd CPAN distribution.

Report information
The Basics
Id: 63251
Status: new
Priority: 0/
Queue: IPC-Cmd

People
Owner: Nobody in particular
Requestors: ddascalescu+perl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.64
Fixed in: (no value)



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 ) =