The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Nginx::Engine::Debug - simple code filter for debugging purposes

SYNOPSIS

    use Nginx::Engine::Debug;

    # warn "this is going to show up with NGXE_DEBUG=1 only\n";

DESCRIPTION

This simple debug filter uncomments all the warnings on NGXE_DEBUG=1 environmental variable or --ngxe-debug command line argument. Therefore doesn't impact performance in a normal production mode.

SEE ALSO

Nginx::Engine

AUTHOR

Alexandr Gomoliako <zzz@zzz.org.ua>

COPYRIGHT

Copyright 2011 Alexandr Gomoliako. All rights reserved.