From: Lupe Christoph Date: Fri, 7 Jun 2002 13:38:24 +0000 (+0200) Subject: Re: [PATCH] Small nit in perlxs.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2acea2cfee9ed80ce24d6d03104e62aebbd960c;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Small nit in perlxs.pod Message-ID: <20020607113824.GD24159@lupe-christoph.de> p4raw-id: //depot/perl@17060 --- diff --git a/pod/perlxs.pod b/pod/perlxs.pod index ddc9a11..15a7888 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.