Checking in changes prior to tagging of version 1.012. Changelog diff is: v1.012
Tomas Doran [Sun, 7 Mar 2010 21:06:10 +0000 (21:06 +0000)]
Index: Changes
===================================================================
--- Changes (revision 13017)
+++ Changes (working copy)
@@ -1,3 +1,6 @@
+1.012 2010-03-07
+   - Move actions out of the test applications to stop warnings.
+
- Make Pod tests author only.

1.011 2009-06-26

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

diff --git a/Changes b/Changes
index d278e99..5d23d37 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.012 2010-03-07
+   - Move actions out of the test applications to stop warnings.
+
    - Make Pod tests author only.
 
 1.011 2009-06-26
index 1352835..66db13c 100644 (file)
@@ -20,7 +20,7 @@ __PACKAGE__->mk_accessors(qw/
     use_uri_for
 /);
 
-our $VERSION = '1.011';
+our $VERSION = '1.012';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;