The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

package URT;

use UR;

class URT {
    is => ['UR::Namespace'],
    has_constant => [
        allow_sloppy_primitives => { value => 1 },
    ],
    doc => 'A dummy namespace used by the UR test suite.',
};

1;
#$Header