Re: [PATCH] Small nit in perlxs.pod
Lupe Christoph [Fri, 7 Jun 2002 13:38:24 +0000 (15:38 +0200)]
Message-ID: <20020607113824.GD24159@lupe-christoph.de>

p4raw-id: //depot/perl@17060

pod/perlxs.pod

index ddc9a11..15a7888 100644 (file)
@@ -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.