From: Abhijit Menon-Sen Date: Wed, 15 Oct 2003 05:56:12 +0000 (+0000) Subject: Rewrite #21447. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15355bd644d0a0cbc5931824e5f7faa2cd9a3a98;p=p5sagit%2Fp5-mst-13.2.git Rewrite #21447. p4raw-id: //depot/perl@21448 --- diff --git a/pod/perliol.pod b/pod/perliol.pod index 9f08df4..26ad305 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -559,10 +559,9 @@ pushed. e.g. ":encoding(ascii)" would return an SvPV with value "ascii". (I and I arguments can be ignored in most cases) -If the layer's C function uses an extra argument, this -function is a must if the layer is ever going to be duped, since -C will use C to retrieve the argument originally passed -to C. +C uses C to retrieve the argument originally passed to +C, so you must implement this function if your layer has an +extra argument to C and will ever be Ced. =item Fileno