Checking in changes prior to tagging of version 1.005. Changelog diff is: v1.005
Tomas Doran [Thu, 25 Sep 2008 22:09:36 +0000 (22:09 +0000)]
=== Changes
==================================================================
--- Changes (revision 7560)
+++ Changes (local)
@@ -1,7 +1,8 @@
-1.005  2008-09-XX
+1.005  2008-09-25
- Added better description of the use of the domains and
use_uri_for options (info culled from RFC2617).
-  - Split init method out to make this module easier to sub-class.
+  - Split init method out to make this module easier to sub-class
+    (used by Catalyst::Authentication::HTTP::Proxy).

1.004  2008-09-12
- Add tests for use_uri_for configuration options.

Changes
lib/Catalyst/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index 2029ae4..950e6dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
-1.005  2008-09-XX
+1.005  2008-09-25
   - Added better description of the use of the domains and
     use_uri_for options (info culled from RFC2617).
-  - Split init method out to make this module easier to sub-class.
+  - Split init method out to make this module easier to sub-class
+    (used by Catalyst::Authentication::HTTP::Proxy).
 
 1.004  2008-09-12
    - Add tests for use_uri_for configuration options.
index d4912a5..756940b 100644 (file)
@@ -13,7 +13,7 @@ BEGIN {
     __PACKAGE__->mk_accessors(qw/_config realm/);
 }
 
-our $VERSION = "1.004";
+our $VERSION = "1.005";
 
 sub new {
     my ($class, $config, $app, $realm) = @_;