From: Christian Hansen Date: Thu, 2 Jun 2005 16:10:50 +0000 (+0000) Subject: Fixed typo in error message X-Git-Tag: v0.03~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f912a4ae6e715965ce75cbdafd8b71d1d99279e;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git Fixed typo in error message --- diff --git a/lib/Catalyst/Plugin/Authenticate/TypeKey.pm b/lib/Catalyst/Plugin/Authenticate/TypeKey.pm index d6dc8e0..86d91ab 100644 --- a/lib/Catalyst/Plugin/Authenticate/TypeKey.pm +++ b/lib/Catalyst/Plugin/Authenticate/TypeKey.pm @@ -11,7 +11,7 @@ sub authenticate_typekey { my ( $c, $email, $name, $nick, $ts, $sig, $options ) = @_; unless ( @_ == 6 || ( @_ == 7 && ref($options) eq 'HASH' ) ) { - Carp::croak('usage: $c->authenticate_ldap( $email, $name, $nick, $ts, $sig [, \%options ] )'); + Carp::croak('usage: $c->authenticate_typekey( $email, $name, $nick, $ts, $sig [, \%options ] )'); } unless ( @_ == 7 ) {