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

use strict;
use warnings;

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

UR::Object::Type->define(
    class_name => 'UR::Value::GLOB',
    is => ['UR::Value::PerlReference'],
);

1;
#$Header$