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.