The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package App::SD::CLI::Command::Ticket::Comment;
use Any::Moose;
extends 'App::SD::CLI::Command::Ticket::Comment::Create';

sub type { 'comment' }

__PACKAGE__->meta->make_immutable;
no Any::Moose;

1;