FreeBSD Manual Pages
AnyEvent::Strict(3) User Contributed Perl Documentation AnyEvent::Strict(3) NAME AnyEvent::Strict - force strict mode on for the whole process SYNOPSIS use AnyEvent::Strict; # strict mode now switched on DESCRIPTION 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). It also wraps all callbacks to check for modifications of $_, which indicates a programming bug inside the watcher callback. 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 Marc Lehmann <schmorp@schmorp.de> http://anyevent.schmorp.de perl v5.32.0 2018-07-07 AnyEvent::Strict(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=AnyEvent::Strict&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>