diff options
author | Audrey Tang <cpan@audreyt.org> | 2001-12-29 09:59:28 +0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 15:09:00 +0000 |
commit | fe854a6f990f7776a8ee8bd28f02e1bd36e5bb58 (patch) | |
tree | 1652104bde99b9156bc0dd94cc9643a8c6b78fbe /pod/perlxs.pod | |
parent | 2948e0bde4eb0485569b1f3510975019a89a444f (diff) | |
download | perl-fe854a6f990f7776a8ee8bd28f02e1bd36e5bb58.tar.gz |
Module names and other nits
Message-ID: <20011229015928.A29712@geb.elixus.org>
p4raw-id: //depot/perl@13922
Diffstat (limited to 'pod/perlxs.pod')
-rw-r--r-- | pod/perlxs.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 5146a1e45d..0398641962 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -1714,7 +1714,7 @@ have been designed so that they will work with non-threaded Perl as well. It is therefore strongly recommended that these macros be used by all XS modules that make use of static data. -The easiest way to get a template set of macros to use is by specifiying +The easiest way to get a template set of macros to use is by specifying the C<-g> (C<--global>) option with h2xs (see L<h2xs>). Below is an example module that makes use of the macros. |