The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package CmdTest::Thing::One;
use UR;
class CmdTest::Thing::One {
    is => 'CmdTest::Thing',
    has          => { param_1a => { is => 'String', }, },
    has_optional => { param_1b => { is => 'Number', }, },
};
1;