Version 1.017
[catagits/Catalyst-Authentication-Store-LDAP.git] / lib / Catalyst / Authentication / Store / LDAP / User.pm
index 547e7c9..e0b6e7f 100644 (file)
@@ -25,7 +25,7 @@ username.
 
 =head1 DESCRIPTION
 
-This wraps up an LDAP object and presents a simplified interface to it's
+This wraps up an LDAP object and presents a simplified interface to its
 contents.  It uses some AUTOLOAD magic to pass method calls it doesn't
 understand through as simple read only accessors for the LDAP entries
 various attributes.
@@ -51,7 +51,7 @@ use warnings;
 use Scalar::Util qw/refaddr/;
 use Net::LDAP::Entry;
 
-our $VERSION = '1.015';
+our $VERSION = '1.017';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }