Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
[p5sagit/p5-mst-13.2.git] / pod / perliol.pod
index 466959b..26ad305 100644 (file)
@@ -559,6 +559,10 @@ pushed. e.g. ":encoding(ascii)" would return an SvPV with value
 "ascii". (I<param> and I<flags> arguments can be ignored in most
 cases)
 
+C<Dup> uses C<Getarg> to retrieve the argument originally passed to
+C<Pushed>, so you must implement this function if your layer has an
+extra argument to C<Pushed> and will ever be C<Dup>ed.
+
 =item Fileno
 
        IV        (*Fileno)(pTHX_ PerlIO *f);