This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b4180
)
Correct the IPC::Cmd version in perldelta
author
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 15:43:02 +0000
(16:43 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 16:15:18 +0000
(17:15 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
64b580e
..
177915a
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1514,7
+1514,7
@@
closed or invalid.
=item *
-C<IPC::Cmd> has been upgraded from version 0.54 to 0.
68
.
+C<IPC::Cmd> has been upgraded from version 0.54 to 0.
70
.
Resolves an issue with splitting Win32 command lines. An argument
consisting of the single character "0" used to be omitted (CPAN RT #62961).