Checking in changes prior to tagging of version 1.003. Changelog diff is: v1.003
Tomas Doran [Sat, 4 Oct 2008 21:22:55 +0000 (21:22 +0000)]
=== 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

Changes
Makefile.PL
lib/Catalyst/Authentication/Store/Htpasswd.pm

diff --git a/Changes b/Changes
index 81ceb4f..4817283 100644 (file)
--- 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 
index 8aa32c8..7b6fbc4 100644 (file)
@@ -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';
index 5fecc4a..5bcce94 100644 (file)
@@ -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/) }