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::LDIF::OrgUnit - the representation of organization unit in LDAP

SYNOPSIS

my $ou = App::LDAP::LDIF::OrgUnit->new(
    base => $base,
    ou   => $name,
);