Date in changelog, regenerate README, fix Makefile.PL v1.009
Tomas Doran [Sat, 15 May 2010 07:13:09 +0000 (07:13 +0000)]
Changes
Makefile.PL
README

diff --git a/Changes b/Changes
index 24716bf..cf6110f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-1.009  xxx
+1.009  15 May 2010
    - Fix pod for get_user() and from_session() in Backend.pm, adding
      the missing $c param. Pass $c in from_session() through to get_user().
      Reported in https://rt.cpan.org/Ticket/Display.html?id=56983 with
index 5a221be..1c9b564 100644 (file)
@@ -13,7 +13,7 @@ requires( 'Catalyst::Plugin::Authentication' => '0.10003' );
 build_requires('Net::LDAP::Server::Test' => '0.07');
 build_requires('Test::More');
 build_requires('Test::MockObject');
-build_required('Test::Exception');
+build_requires('Test::Exception');
 
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-LDAP/trunk/';
 
diff --git a/README b/README
index 103a24c..1ffefe6 100644 (file)
--- a/README
+++ b/README
@@ -131,7 +131,7 @@ CONFIGURATION OPTIONS
 
         user_basedn: ou=Domain Users,ou=Accounts,dc=mycompany,dc=com
         user_field:  samaccountname
-        user_filter: (sAMAccountName=%s) 
+        user_filter: (sAMAccountName=%s)
 
     He also notes: "I found the case in the value of user_field to be
     significant: it didn't seem to work when I had the mixed case value
@@ -220,7 +220,7 @@ CONFIGURATION OPTIONS
                               }
                               return undef; # i.e., no match
                             }
+
   use_roles
     Whether or not to enable role lookups. It defaults to true; set it to 0
     if you want to always avoid role lookups.