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:
bb3b7d7
)
perldelta: Fix typo
author
Karl Williamson
<khw@cpan.org>
Wed, 8 Jul 2015 16:07:06 +0000
(10:07 -0600)
committer
Karl Williamson
<khw@cpan.org>
Wed, 8 Jul 2015 16:50:04 +0000
(10:50 -0600)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
7818603
..
ce8768b
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-151,7
+151,7
@@
XXX
L<IPC::Open3> has been upgraded from version 1.18 to 1.19.
If a Perl exception was thrown from inside this module, the exception
-C<IPC::Open3> threw to the callers of C<open3> would have an irrel
ave
nt
+C<IPC::Open3> threw to the callers of C<open3> would have an irrel
eva
nt
message derived from C<$!> which was in an undefined state, instead of the
C<$@> message which triggers the failure path inside C<open3>.