diff options
author | Lupe Christoph <lupe@lupe-christoph.de> | 2002-06-07 15:38:24 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-07 13:26:52 +0000 |
commit | a2acea2cfee9ed80ce24d6d03104e62aebbd960c (patch) | |
tree | 4eda0692e6ae371673d214829c25e8809f6cdc13 /pod/perlxs.pod | |
parent | 9baed986df80dc103993959228e3ee6be3fac640 (diff) | |
download | perl-a2acea2cfee9ed80ce24d6d03104e62aebbd960c.tar.gz |
Re: [PATCH] Small nit in perlxs.pod
Message-ID: <20020607113824.GD24159@lupe-christoph.de>
p4raw-id: //depot/perl@17060
Diffstat (limited to 'pod/perlxs.pod')
-rw-r--r-- | pod/perlxs.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlxs.pod b/pod/perlxs.pod index ddc9a118fd..15a7888697 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -310,6 +310,10 @@ keyword and must follow immediately after it when used. [ XS code in package RPC ] +The same package name can be used more than once, allowing for +non-contiguous code. This is useful if you have a stronger ordering +principle than package names. + Although this keyword is optional and in some cases provides redundant information it should always be used. This keyword will ensure that the XSUBs appear in the desired package. |