The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package UR::Value::CODE;

use strict;
use warnings;

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

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

1;
#$Header$