bump version
Peter Karman [Thu, 10 Jul 2008 21:25:00 +0000 (21:25 +0000)]
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm

index f0c3dc4..11aeb21 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP;
 use strict;
 use warnings;
 
-our $VERSION = '0.1002';
+our $VERSION = '0.1003_01';
 
 use Catalyst::Authentication::Store::LDAP::Backend;
 
index b897704..b7b17a7 100644 (file)
@@ -78,7 +78,7 @@ use base qw( Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '0.1002';
+our $VERSION = '0.1003_01';
 
 use Catalyst::Authentication::Store::LDAP::User;
 use Net::LDAP;
index cc447b3..8783704 100644 (file)
@@ -46,7 +46,7 @@ use base qw( Catalyst::Authentication::User Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '0.1002';
+our $VERSION = '0.1003_01';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }