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


AnyEvent documentation  | view source Contained in the AnyEvent distribution.

Index


NAME

Top

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

SYNOPSIS

Top

   use AnyEvent::Strict;
   # strict mode now switched on

DESCRIPTION

Top

This module implements AnyEvent's strict mode.

Loading it makes AnyEvent check all arguments to AnyEvent-methods, at the expense of being slower (often the argument checking takes longer than the actual function).

Currently, only AnyEvent methods are checked, the AE:: functions are not affected.

Normally, you don't load this module yourself but instead use it indirectly via the PERL_ANYEVENT_STRICT environment variable (see AnyEvent). However, this module can be loaded manually at any time.

AUTHOR

Top

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/


AnyEvent documentation  | view source Contained in the AnyEvent distribution.