Checking in changes prior to tagging of version 1.001. Changelog diff is:
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Authentication / Store / Htpasswd.pm
index d4daf20..d5c395c 100644 (file)
@@ -9,7 +9,7 @@ use Authen::Htpasswd;
 use Catalyst::Authentication::Store::Htpasswd::User;
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '1.000';
+our $VERSION = '1.001';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/file/) }