Checking in changes prior to tagging of version 1.011. Changelog diff is: v1.011
Devin Austin [Sat, 27 Jun 2009 03:57:41 +0000 (03:57 +0000)]
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)

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

diff --git a/Changes b/Changes
index a0a8924..02124ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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)
index b2234b5..1352835 100644 (file)
@@ -20,7 +20,7 @@ __PACKAGE__->mk_accessors(qw/
     use_uri_for
 /);
 
-our $VERSION = '1.010';
+our $VERSION = '1.011';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;