X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.pod;h=b2d225c64c2bff10721eb9717f45596ef24464d6;hb=69c74f63ae52e56296a9cd24583a473cbf861f6d;hp=35d293b56d737da2975790a47f6861708b1cb0a5;hpb=1b5d77b5043ce79ba5661949104911c6f773d669;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Plugin.pod b/Plugin.pod index 35d293b..b2d225c 100644 --- a/Plugin.pod +++ b/Plugin.pod @@ -265,7 +265,20 @@ done it'll allow the binding of C<%+> and C<%-> and support the L methods FETCH, STORE, DELETE, CLEAR, EXISTS, FIRSTKEY, NEXTKEY and SCALAR. -=head1 Tainting +=head1 CONSTANTS + +=head2 C + +True iff the module could have been built with thread-safety features +enabled. + +=head2 C + +True iff this module could have been built with fork-safety features +enabled. This will always be true except on Windows where it's false +for perl 5.10.0 and below. + +=head1 TAINTING The only way to untaint an existing variable in Perl is to use it as a hash key or referencing subpatterns from a regular expression match @@ -326,7 +339,7 @@ this module is responsible for how and if it untaints its variables. L, L -=head1 TODO / CAVEATS +=head1 TODO & CAVEATS I