From: Peter Karman Date: Wed, 10 Sep 2008 13:19:36 +0000 (+0000) Subject: 0.1003 release X-Git-Tag: v0.1003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.1003;hp=714f0c1659fccf1f55e9af25f6077c2b9dc2754a;p=catagits%2FCatalyst-Authentication-Store-LDAP.git 0.1003 release --- diff --git a/META.yml b/META.yml index f94a169..1de3432 100644 --- a/META.yml +++ b/META.yml @@ -3,7 +3,7 @@ abstract: Authenticate Users against LDAP Directories author: - Adam Jacob 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 diff --git a/lib/Catalyst/Authentication/Store/LDAP.pm b/lib/Catalyst/Authentication/Store/LDAP.pm index 11aeb21..896806b 100644 --- a/lib/Catalyst/Authentication/Store/LDAP.pm +++ b/lib/Catalyst/Authentication/Store/LDAP.pm @@ -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; diff --git a/lib/Catalyst/Authentication/Store/LDAP/Backend.pm b/lib/Catalyst/Authentication/Store/LDAP/Backend.pm index d26b629..915b89d 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/Backend.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/Backend.pm @@ -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; diff --git a/lib/Catalyst/Authentication/Store/LDAP/User.pm b/lib/Catalyst/Authentication/Store/LDAP/User.pm index 8783704..ac193ca 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/User.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/User.pm @@ -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/) }