releng + version bump for Cred::HTTP
Yuval Kogman [Thu, 12 Oct 2006 18:48:30 +0000 (18:48 +0000)]
Changes
lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index e6cd5a2..750a150 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 0.08
-    - Fix basic test when using Test::MockObject 1.07 (die if using undefined interfaces)
+    - Fix basic test when using Test::MockObject 1.07 (die if using undefined
+      interfaces)
 
 0.07
     - Applied Ton Voon's patch that fixed option propagation for basic auth.
index ef7db38..c9c8df9 100644 (file)
@@ -11,7 +11,7 @@ use URI::Escape    ();
 use Catalyst       ();
 use Digest::MD5    ();
 
-our $VERSION = "0.07";
+our $VERSION = "0.08";
 
 sub authenticate_http {
     my ( $c, @args ) = @_;