In perl.git, the branch sprout/misc-post-5.16 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3723f8ceacbe2b2d30f71843e05dc3c6f3e79c03?hp=93a85fabc7daf4434146c429f59ad3d6acf1f7dc>
- Log ----------------------------------------------------------------- commit 3723f8ceacbe2b2d30f71843e05dc3c6f3e79c03 Author: Father Chrysostomos <[email protected]> Date: Tue Apr 24 18:10:21 2012 -0700 [perl #112418] Fix POD paragraph formatting There was no empty line before a verbatim paragraph, making it not verbatim. ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index c9307f3..df7188c 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4066,6 +4066,7 @@ For example, use either $child_pid = open(FROM_KID, "-|") // die "can't fork: $!"; or + $child_pid = open(TO_KID, "|-") // die "can't fork: $!"; followed by -- Perl5 Master Repository
