There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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 {

}