NAME

App::LDAP::Role::Stem - A stem command shows its submodules

SYNOPSIS

package App::LDAP::Command::AStemCommand;
use Moose;
with qw( App::LDAP::Role::Command
         App::LDAP::Role::Stem );

sub run {

}