From: Peter Karman Date: Wed, 27 Feb 2008 18:52:58 +0000 (+0000) Subject: fix SYNOPSIS doc X-Git-Tag: v0.1001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24ff036b9f976b884303b093d268e114c1084f1a;p=catagits%2FCatalyst-Authentication-Store-LDAP.git fix SYNOPSIS doc --- diff --git a/Changes b/Changes index ce151bf..66d6e7f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.1001 xxx + - matthewr pointed out that the SYNOPSIS 'use Catalyst' line is wrong. + + 0.1000 4 Feb 2008 - forked from Catalyst::Plugin::Authentication::Store::LDAP and name changed to Catalyst::Authentication::Store::LDAP diff --git a/lib/Catalyst/Authentication/Store/LDAP.pm b/lib/Catalyst/Authentication/Store/LDAP.pm index 410d3c0..7471faf 100644 --- a/lib/Catalyst/Authentication/Store/LDAP.pm +++ b/lib/Catalyst/Authentication/Store/LDAP.pm @@ -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' => {