1AnyEvent::Strict(3)   User Contributed Perl Documentation  AnyEvent::Strict(3)
2
3
4

NAME

6       AnyEvent::Strict - force strict mode on for the whole process
7

SYNOPSIS

9          use AnyEvent::Strict;
10          # strict mode now switched on
11

DESCRIPTION

13       This module implements AnyEvent's strict mode.
14
15       Loading it makes AnyEvent check all arguments to AnyEvent-methods, at
16       the expense of being slower (often the argument checking takes longer
17       than the actual function).
18
19       Normally, you don't load this module yourself but instead use it
20       indirectly via the "PERL_ANYEVENT_STRICT" environment variable (see
21       AnyEvent). However, this module can be loaded at any time.
22

AUTHOR

24        Marc Lehmann <schmorp@schmorp.de>
25        http://home.schmorp.de/
26
27
28
29perl v5.12.1                      2010-02-23               AnyEvent::Strict(3)
Impressum