0.1003 release v0.1003
Peter Karman [Wed, 10 Sep 2008 13:19:36 +0000 (13:19 +0000)]
META.yml
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm

index f94a169..1de3432 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -3,7 +3,7 @@ abstract: Authenticate Users against LDAP Directories
 author: 
   - Adam Jacob <holoway@cpan.org>
 build_requires: 
-  Net::LDAP::Server::Test: 0.03
+  Net::LDAP::Server::Test: 0.07
   Test::More: 0
 distribution_type: module
 generated_by: Module::Install version 0.68
@@ -19,4 +19,4 @@ no_index:
 requires: 
   Catalyst::Plugin::Authentication: 0.10003
   Net::LDAP: 0
-version: 0.1003_01
+version: 0.1003
index 11aeb21..896806b 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP;
 use strict;
 use warnings;
 
-our $VERSION = '0.1003_01';
+our $VERSION = '0.1003';
 
 use Catalyst::Authentication::Store::LDAP::Backend;
 
index d26b629..915b89d 100644 (file)
@@ -78,7 +78,7 @@ use base qw( Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '0.1003_01';
+our $VERSION = '0.1003';
 
 use Catalyst::Authentication::Store::LDAP::User;
 use Net::LDAP;
index 8783704..ac193ca 100644 (file)
@@ -46,7 +46,7 @@ use base qw( Catalyst::Authentication::User Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '0.1003_01';
+our $VERSION = '0.1003';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }