release 0.1001 v0.1001
Peter Karman [Thu, 10 Apr 2008 02:02:44 +0000 (02:02 +0000)]
Changes
META.yml
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm

diff --git a/Changes b/Changes
index 66d6e7f..93b315c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
-0.1001  xxx
+0.1001  9 April 2008
     - matthewr pointed out that the SYNOPSIS 'use Catalyst' line is wrong.
+    - imacat reported that t/03-entry was failing when Catalyst::Model::LDAP was
+      not installed. Fixed RT# 34777.
 
 
 0.1000  4 Feb 2008
index 2fc8cc0..5e72800 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -19,4 +19,4 @@ no_index:
 requires: 
   Catalyst::Plugin::Authentication: 0.10003
   Net::LDAP: 0
-version: 0.1000
+version: 0.1001
index 7471faf..06b5b21 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP;
 use strict;
 use warnings;
 
-our $VERSION = '0.1000';
+our $VERSION = '0.1001';
 
 use Catalyst::Authentication::Store::LDAP::Backend;
 
index e70ca96..87b3948 100644 (file)
@@ -78,7 +78,7 @@ use base qw( Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '0.1000';
+our $VERSION = '0.1001';
 
 use Catalyst::Authentication::Store::LDAP::User;
 use Net::LDAP;
index 1dd010f..ce20d4f 100644 (file)
@@ -46,7 +46,7 @@ use base qw( Catalyst::Authentication::User Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '0.1000';
+our $VERSION = '0.1001';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }