Re: [PATCH] perl573delta delinting
[p5sagit/p5-mst-13.2.git] / pod / perlvar.pod
index d90df14..258645e 100644 (file)
@@ -773,7 +773,7 @@ Note for Linux users: on Linux, the C functions C<getpid()> and
 C<getppid()> return different values from different threads. In order to
 be portable, this behavior is not reflected by C<$$>, whose value remains
 consistent across threads. If you want to call the underlying C<getpid()>,
-consider using C<Inline::C> or another way to call a C library function.
+you may use the CPAN module C<Linux::Pid>.
 
 =item $REAL_USER_ID