diff options
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 53e491c8a2..80ad7c1de5 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -990,7 +990,7 @@ system B<man> command, you might try the B<perldoc> program. Extension modules are written in C (or a mix of Perl and C). They are usually dynamically loaded into Perl if and when you need them, -but may also be be linked in statically. Supported extension modules +but may also be linked in statically. Supported extension modules include Socket, Fcntl, and POSIX. Many popular C extension modules do not come bundled (at least, not |