From 5382586b9a32e7c281e31bea7935f5465fc9c19e Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 14 Oct 2022 07:49:36 -0600 Subject: [PATCH] perlmod --- pod/perlmod.pod | 1 + 1 file changed, 1 insertion(+) diff --git a/pod/perlmod.pod b/pod/perlmod.pod index fa18872e6cdd..029f1cbb7e64 100644 --- a/pod/perlmod.pod +++ b/pod/perlmod.pod @@ -602,6 +602,7 @@ thread is cloned all Perl data is cloned, however non-Perl data cannot be cloned automatically. Perl after 5.8.0 has support for the C special subroutine. In C you can do whatever you need to do, +XXX also perlthreads like for example handle the cloning of non-Perl data, if necessary. C will be called once as a class method for every package that has it defined (or inherits it). It will be called in the context of the new thread,