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.243 by root, Fri Jul 17 23:12:20 2009 UTC vs.
Revision 1.244 by root, Fri Jul 17 23:15:57 2009 UTC

1566C<PERL_ANYEVENT_MODEL>. 1566C<PERL_ANYEVENT_MODEL>.
1567 1567
1568When set to C<2> or higher, cause AnyEvent to report to STDERR which event 1568When set to C<2> or higher, cause AnyEvent to report to STDERR which event
1569model it chooses. 1569model it chooses.
1570 1570
1571When set to C<8> or higher, then AnyEvent will report extra information on
1572which optional modules it loads and how it implements certain features.
1573
1571=item C<PERL_ANYEVENT_STRICT> 1574=item C<PERL_ANYEVENT_STRICT>
1572 1575
1573AnyEvent does not do much argument checking by default, as thorough 1576AnyEvent does not do much argument checking by default, as thorough
1574argument checking is very costly. Setting this variable to a true value 1577argument checking is very costly. Setting this variable to a true value
1575will cause AnyEvent to load C<AnyEvent::Strict> and then to thoroughly 1578will cause AnyEvent to load C<AnyEvent::Strict> and then to thoroughly
1651 1654
1652When neither C<ca_file> nor C<ca_path> was specified during 1655When neither C<ca_file> nor C<ca_path> was specified during
1653L<AnyEvent::TLS> context creation, and either of these environment 1656L<AnyEvent::TLS> context creation, and either of these environment
1654variables exist, they will be used to specify CA certificate locations 1657variables exist, they will be used to specify CA certificate locations
1655instead of a system-dependent default. 1658instead of a system-dependent default.
1659
1660=item C<PERL_ANYEVENT_AVOID_GUARD> and C<PERL_ANYEVENT_AVOID_ASYNC_INTERRUPT>
1661
1662When these are set to C<1>, then the respective modules are not
1663loaded. Mostly good for testing AnyEvent itself.
1656 1664
1657=back 1665=back
1658 1666
1659=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE 1667=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE
1660 1668

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines