Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
123456789101112 package UR::Value::Decimal;use strict;use warnings;require UR;our $VERSION = "0.41_04"; # UR $VERSION;UR::Object::Type->define( class_name => 'UR::Value::Decimal', is => ['UR::Value::Number'],);1;
package
UR::Value::Decimal;
use
strict;
warnings;
require
UR;
our
$VERSION
=
"0.41_04"
;
# UR $VERSION;
UR::Object::Type->define(
class_name
=>
'UR::Value::Decimal'
,
is
=> [
'UR::Value::Number'
],
);
1;