The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 {

    }