ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.437 by root, Wed Jul 29 13:02:48 2020 UTC vs.
Revision 1.438 by root, Thu Dec 10 23:11:09 2020 UTC

2113is set). 2113is set).
2114 2114
2115The exact algorithm is currently: 2115The exact algorithm is currently:
2116 2116
2117 1. if taint mode enabled, delete all PERL_ANYEVENT_xyz variables from %ENV 2117 1. if taint mode enabled, delete all PERL_ANYEVENT_xyz variables from %ENV
2118 2. copy over AE_xyz to PERL_ANYEVENT_xyz unless the latter alraedy exists 2118 2. copy over AE_xyz to PERL_ANYEVENT_xyz unless the latter already exists
2119 3. if taint mode enabled, set all PERL_ANYEVENT_xyz variables to undef. 2119 3. if taint mode enabled, set all PERL_ANYEVENT_xyz variables to undef.
2120 2120
2121This ensures that child processes will not see the C<AE_> variables. 2121This ensures that child processes will not see the C<AE_> variables.
2122 2122
2123The following environment variables are currently known to AnyEvent: 2123The following environment variables are currently known to AnyEvent:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines