The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package UR::Debug;

use strict;
use warnings;
require UR;
our $VERSION = "0.44"; # UR $VERSION;

our $verify_indexes = 0;

1;

=pod

=head1 NAME

UR::Debug - Controls for debugging behavior

=head1 DESCRIPTION

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

=cut