[patch pod/perliol.pod]
Stas Bekman [Tue, 14 Oct 2003 18:05:29 +0000 (11:05 -0700)]
Message-Id: <3F8C9D59.3040403@stason.org>

p4raw-id: //depot/perl@21447

pod/perliol.pod

index 466959b..9f08df4 100644 (file)
@@ -559,6 +559,11 @@ pushed. e.g. ":encoding(ascii)" would return an SvPV with value
 "ascii". (I<param> and I<flags> arguments can be ignored in most
 cases)
 
+If the layer's C<Pushed> function uses an extra argument, this
+function is a must if the layer is ever going to be duped, since
+C<Dup> will use C<Getarg> to retrieve the argument originally passed
+to C<Pushed>.
+
 =item Fileno
 
        IV        (*Fileno)(pTHX_ PerlIO *f);