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

class TestCase::Point_3d : mulnum_t {
has x : double;
has y : double;
has z : double;
}