Catalyst-Model-LDAP

 view release on metacpan or  search on metacpan

lib/Catalyst/Model/LDAP/Entry.pm  view on Meta::CPAN

    my $self = $class->next::method( $dn, %attributes );

    if ($client) {
        $self->_ldap_client($client);
    }

    return $self;
}


sub update {
    my $self = shift;
    my $client = shift || $self->_ldap_client;
    croak 'No LDAP client provided to update' unless $client;

    return $self->next::method( $client, @_ );
}


sub can {
    my ( $self, $method ) = @_;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.076 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )