fix SYNOPSIS doc
Peter Karman [Wed, 27 Feb 2008 18:52:58 +0000 (18:52 +0000)]
Changes
lib/Catalyst/Authentication/Store/LDAP.pm

diff --git a/Changes b/Changes
index ce151bf..66d6e7f 100644 (file)
--- 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
index 410d3c0..7471faf 100644 (file)
@@ -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' => {