Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use strict;
require UR;
our $VERSION = "0.41_04"; # UR $VERSION;
UR::Object::Type->define(
class_name => 'UR::Value::Decimal',
is => ['UR::Value::Number'],
);
1;