From: David Kamholz Date: Sun, 27 Nov 2005 21:58:55 +0000 (+0000) Subject: added version X-Git-Tag: v0.02~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=ab3925ccc17b352e48e036c6fc3ffb9bb39f892c;hp=cedb9fb4ae54e24ead346e95e1a9f574ea543eb8 added version --- diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm index 6e92e1e..62c4139 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm @@ -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 {