| UR documentation | Contained in the UR distribution. |
UR::Debug - Controls for debugging behavior
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;