[Catalyst-commits] r10687 - in Catalyst-Authentication-Credential-HTTP/1.000/trunk: . lib/Catalyst/Authentication/Credential

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Sat Jun 27 03:57:41 GMT 2009


Author: dhoss
Date: 2009-06-27 03:57:41 +0000 (Sat, 27 Jun 2009)
New Revision: 10687

Modified:
   Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
   Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
Log:
Checking in changes prior to tagging of version 1.011.  Changelog diff is:

Index: Changes
===================================================================
--- Changes	(revision 10686)
+++ Changes	(working copy)
@@ -1,3 +1,5 @@
+1.011 2009-06-26
+   - Added true/false check to _debug option
 
 1.010 2009-05-14
    - Moved tests out to t/lib/ (dhoss)


Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes	2009-06-26 20:31:50 UTC (rev 10686)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes	2009-06-27 03:57:41 UTC (rev 10687)
@@ -1,3 +1,5 @@
+1.011 2009-06-26
+   - Added true/false check to _debug option
 
 1.010 2009-05-14
    - Moved tests out to t/lib/ (dhoss)

Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm	2009-06-26 20:31:50 UTC (rev 10686)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm	2009-06-27 03:57:41 UTC (rev 10687)
@@ -20,7 +20,7 @@
     use_uri_for
 /);
 
-our $VERSION = '1.010';
+our $VERSION = '1.011';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;




More information about the Catalyst-commits mailing list