Skip Menu |

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

Report information
The Basics
Id: 8399
Status: resolved
Priority: 0/
Queue: IPC-Cmd

People
Owner: Nobody in particular
Requestors: rs [...] crystalflame.net
Cc:
AdminCc:

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



Date: Fri, 12 Nov 2004 05:22:11 -0800
From: Richard Soderberg <rsoderberg [...] gmail.com>
To: bug-IPC-Cmd [...] rt.cpan.org
Subject: Typo in docs: "an scalar ref" -> "a scalar ref"
--- lib/IPC/Cmd.pm Fri Nov 12 05:16:49 2004 +++ lib/IPC/Cmd.pm.new Fri Nov 12 05:21:10 2004 @@ -45,7 +45,7 @@ ### Execute a command: $cmd may be a scalar or an arrayref of cmd and args -### $bufout is an scalar ref to store outputs, $verbose can override conf +### $bufout is a scalar ref to store outputs, $verbose can override conf sub run { my %hash = @_; - R.