[Catalyst-commits] r8505 - in Catalyst-Authentication-Store-Htpasswd/1.000/trunk: . lib/Catalyst/Authentication/Store

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Oct 4 22:22:55 BST 2008


Author: t0m
Date: 2008-10-04 22:22:55 +0100 (Sat, 04 Oct 2008)
New Revision: 8505

Modified:
   Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes
   Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Makefile.PL
   Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm
Log:
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 


Modified: Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes	2008-10-04 09:30:04 UTC (rev 8504)
+++ Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Changes	2008-10-04 21:22:55 UTC (rev 8505)
@@ -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 

Modified: Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Makefile.PL	2008-10-04 09:30:04 UTC (rev 8504)
+++ Catalyst-Authentication-Store-Htpasswd/1.000/trunk/Makefile.PL	2008-10-04 21:22:55 UTC (rev 8505)
@@ -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';

Modified: Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm
===================================================================
--- Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm	2008-10-04 09:30:04 UTC (rev 8504)
+++ Catalyst-Authentication-Store-Htpasswd/1.000/trunk/lib/Catalyst/Authentication/Store/Htpasswd.pm	2008-10-04 21:22:55 UTC (rev 8505)
@@ -9,7 +9,7 @@
 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/) }
 




More information about the Catalyst-commits mailing list