added version
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Plugin / Authentication / Store / Htpasswd.pm
index 6e92e1e..62c4139 100644 (file)
@@ -5,6 +5,8 @@ package Catalyst::Plugin::Authentication::Store::Htpasswd;
 use strict;
 use warnings;
 
+our $VERSION = '0.01';
+
 use Catalyst::Plugin::Authentication::Store::Htpasswd::Backend;
 
 sub setup {