| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Catalyst
Revision: 8505
Author: t0m
Date: 04 Oct 2008 17:22:55
Changes: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
| ... | ...@@ -9,7 +9,7 @@ | |
| 9 | 9 | use Catalyst::Authentication::Store::Htpasswd::User; |
| 10 | 10 | use Scalar::Util qw/blessed/; |
| 11 | 11 | |
| 12 | our $VERSION = '1.002'; | |
| 12 | our $VERSION = '1.003'; | |
| 13 | 13 | |
| 14 | 14 | BEGIN { __PACKAGE__->mk_accessors(qw/file user_field user_class/) } |
| 15 | 15 |
| ... | ...@@ -1,7 +1,7 @@ | |
| 1 | 1 | use strict; |
| 2 | 2 | use inc::Module::Install; |
| 3 | 3 | |
| 4 | name 'Catalyst-Authenticaton-Store-Htpasswd'; | |
| 4 | name 'Catalyst-Authentication-Store-Htpasswd'; | |
| 5 | 5 | all_from 'lib/Catalyst/Authentication/Store/Htpasswd.pm'; |
| 6 | 6 | |
| 7 | 7 | requires 'Catalyst::Plugin::Authentication' => '0.10006'; |
| ... | ...@@ -1,3 +1,7 @@ | |
| 1 | 1.003 Sat Oct 04 22:17:30 GMT 2008 | |
| 2 | - Typo in Makefile.PL makes the .tgz unpack to | |
| 3 | improperly, RT#39817 | |
| 4 | ||
| 1 | 5 | 1.002 Thu Oct 02 09:20:30 GMT 2008 |
| 2 | 6 | - Add Test::WWW::Mechanize::Catalyst and Test::use::ok |
| 3 | 7 | to build_requires. CPANTs will keep hitting me until |