From e3f68f70b5cd964ce22c83eeaeeec68602ca8add Mon Sep 17 00:00:00 2001 From: Walt Mankowski Date: Thu, 21 Jun 2012 22:36:00 -0400 Subject: [PATCH] Fixed repeated words --- pod/perlfunc.pod | 4 ++-- pod/perlvar.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index ddd301a..568a930 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -204,9 +204,9 @@ automatically with a C (or higher) declaration in the current scope. In Perl v5.14 and earlier, C required the C<"switch"> feature, like the other keywords. -C is only available with with the C<"evalbytes"> feature (see +C is only available with the C<"evalbytes"> feature (see L) or if prefixed with C. C<__SUB__> is only available -with with the C<"current_sub"> feature or if prefixed with C. Both +with the C<"current_sub"> feature or if prefixed with C. Both the C<"evalbytes"> and C<"current_sub"> features are enabled automatically with a C (or higher) declaration in the current scope. diff --git a/pod/perlvar.pod b/pod/perlvar.pod index c09aea5..cfa82f9 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -196,7 +196,7 @@ would emulate POSIX semantics on Linux systems using LinuxThreads, a partial implementation of POSIX Threads that has since been superseded by the Native POSIX Thread Library (NPTL). -LinuxThreads is now obsolete on Linux, and and caching C +LinuxThreads is now obsolete on Linux, and caching C like this made embedding perl unnecessarily complex (since you'd have to manually update the value of $$), so now C<$$> and C will always return the same values as the underlying C library. -- 2.7.4