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 b42a2d881c..164cb643f7 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -823,7 +823,7 @@ to fix your manpath. See L<perl> for details. 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 |