added version
David Kamholz [Sun, 27 Nov 2005 21:58:55 +0000 (21:58 +0000)]
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 {