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

require UR;
our $VERSION = "0.39"; # UR $VERSION;

UR::Object::Type->define(
    class_name => 'UR::Context::DefaultRoot',
    is => ['UR::Context::Root'],
    doc => 'The base context used when no special base context is specified.',
);

1;

=pod

=head1 NAME

UR::Context::DefaultRoot - The base context used when no special base context is specified

=cut