The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use UR;
use Command;

package Command::Test::Tree1;

class Command::Test::Tree1 {
    is => 'Command',
    doc => 'more exciting operations are here'
};

1;