From: Gurusamy Sarathy Date: Mon, 6 Mar 2000 14:55:57 +0000 (+0000) Subject: pod nits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b67648c39436ab85446c7954c3782ff1757a3d2;p=p5sagit%2Fp5-mst-13.2.git pod nits p4raw-id: //depot/perl@5580 --- diff --git a/lib/Getopt/Long.pm b/lib/Getopt/Long.pm index 4e9ef8b..6e6c7e6 100644 --- a/lib/Getopt/Long.pm +++ b/lib/Getopt/Long.pm @@ -102,7 +102,7 @@ ConfigDefaults(); ################ Object Oriented routines ################ -=experimental +=for experimental # NOTE: The object oriented routines use $error for thread locking. eval "sub lock{}" if $] < 5.005; diff --git a/lib/IPC/Open2.pm b/lib/IPC/Open2.pm index 5e1386f..161620b 100644 --- a/lib/IPC/Open2.pm +++ b/lib/IPC/Open2.pm @@ -41,7 +41,7 @@ The write filehandle will have autoflush turned on. If $rdrfh is a string (that is, a bareword filehandle rather than a glob or a reference) and it begins with C<< >& >>, then the child will send output directly to that file handle. If $wtrfh is a string that begins with -C<< <& >>", then $wtrfh will be closed in the parent, and the child will read +C<< <& >>, then $wtrfh will be closed in the parent, and the child will read from it directly. In both cases, there will be a dup(2) instead of a pipe(2) made.