Catalyst-Model-LDAP
view release on metacpan - search on metacpan
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 distributionview release on metacpan - search on metacpan
( run in 0.487 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )