UR::Debug - Controls for debugging behavior


UR documentation Contained in the UR distribution.

Index


Code Index:

NAME

Top

UR::Debug - Controls for debugging behavior

DESCRIPTION

Top

Flags which turn on debugging behavior are set here. Change them in the debugger to activate debugging functionality.


UR documentation Contained in the UR distribution.

package UR::Debug;

use strict;
use warnings;

our $verify_indexes = 0;

1;