X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP.pm;h=896806b70287e876124555f3073bc3c4171e91af;hb=1f800a61d6c9bc955ebf578cd8fbf1059f6896bc;hp=410d3c06dc84800571410a4d1fc20888fa384656;hpb=1647b33a483e763b84e66450972826dd91608caf;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/lib/Catalyst/Authentication/Store/LDAP.pm b/lib/Catalyst/Authentication/Store/LDAP.pm index 410d3c0..896806b 100644 --- a/lib/Catalyst/Authentication/Store/LDAP.pm +++ b/lib/Catalyst/Authentication/Store/LDAP.pm @@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP; use strict; use warnings; -our $VERSION = '0.1000'; +our $VERSION = '0.1003'; use Catalyst::Authentication::Store::LDAP::Backend; @@ -26,11 +26,9 @@ Catalyst::Authentication::Store::LDAP =head1 SYNOPSIS - use Catalyst qw/ + use Catalyst qw( Authentication - Authentication::Store::LDAP - Authentication::Credential::Password - /; + ); __PACKAGE__->config( 'authentication' => {