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.439 by root, Sat May 15 14:08:02 2021 UTC vs.
Revision 1.440 by root, Mon Jun 20 11:17:48 2022 UTC

2107 2107
2108When AnyEvent is first loaded, it copies all C<AE_xxx> env variables 2108When AnyEvent is first loaded, it copies all C<AE_xxx> env variables
2109to their C<PERL_ANYEVENT_xxx> counterpart unless that variable already 2109to their C<PERL_ANYEVENT_xxx> counterpart unless that variable already
2110exists. If taint mode is on, then AnyEvent will remove I<all> environment 2110exists. If taint mode is on, then AnyEvent will remove I<all> environment
2111variables starting with C<PERL_ANYEVENT_> from C<%ENV> (or replace them 2111variables starting with C<PERL_ANYEVENT_> from C<%ENV> (or replace them
2112with C<undef> or the empty string, if the corresaponding C<AE_> variable 2112with C<undef> or the empty string, if the corresponding C<AE_> variable
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines