From: Tomas Doran Date: Sat, 4 Oct 2008 21:22:55 +0000 (+0000) Subject: Checking in changes prior to tagging of version 1.003. Changelog diff is: X-Git-Tag: v1.003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=9a398d0fb729be77f748e8cb72220ba85948c06d Checking in changes prior to tagging of version 1.003. Changelog diff is: === Changes ================================================================== --- Changes (revision 7858) +++ Changes (local) @@ -1,3 +1,7 @@ +1.003 Sat Oct 04 22:17:30 GMT 2008 + - Typo in Makefile.PL makes the .tgz unpack to + improperly, RT#39817 + 1.002 Thu Oct 02 09:20:30 GMT 2008 Add Test::WWW::Mechanize::Catalyst and Test::use::ok to build_requires. CPANTs will keep hitting me until --- diff --git a/Changes b/Changes index 81ceb4f..4817283 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +1.003 Sat Oct 04 22:17:30 GMT 2008 + - Typo in Makefile.PL makes the .tgz unpack to + improperly, RT#39817 + 1.002 Thu Oct 02 09:20:30 GMT 2008 - Add Test::WWW::Mechanize::Catalyst and Test::use::ok to build_requires. CPANTs will keep hitting me until diff --git a/Makefile.PL b/Makefile.PL index 8aa32c8..7b6fbc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use strict; use inc::Module::Install; -name 'Catalyst-Authenticaton-Store-Htpasswd'; +name 'Catalyst-Authentication-Store-Htpasswd'; all_from 'lib/Catalyst/Authentication/Store/Htpasswd.pm'; requires 'Catalyst::Plugin::Authentication' => '0.10006'; diff --git a/lib/Catalyst/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Authentication/Store/Htpasswd.pm index 5fecc4a..5bcce94 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm @@ -9,7 +9,7 @@ use Authen::Htpasswd; use Catalyst::Authentication::Store::Htpasswd::User; use Scalar::Util qw/blessed/; -our $VERSION = '1.002'; +our $VERSION = '1.003'; BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) }