Checking in changes prior to tagging of version 0.10014. Changelog diff is:
Tomas Doran [Wed, 1 Jul 2009 16:42:46 +0000 (16:42 +0000)]
Index: Changes
===================================================================
--- Changes (revision 10727)
+++ Changes (working copy)
@@ -1,5 +1,6 @@
Revision history for Perl extension Catalyst::Plugin::Authentication

+0.10014 Wed Jul  1 17:40:38 BST 2009
- Make auth_realms method ensure authentication is initialized
before calling methods which get created during auth initialization.
Fixes back compat cases where auth store is in the plugin list

.shipit [new file with mode: 0644]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/.shipit b/.shipit
new file mode 100644 (file)
index 0000000..aeb2bb3
--- /dev/null
+++ b/.shipit
@@ -0,0 +1,7 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist
+
+svn.tagpattern = http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Authentication/0.10000/tags/%v
+
+CheckChangeLog.files = Changes
+
diff --git a/Changes b/Changes
index 6550ecc..874f40f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10014 Wed Jul  1 17:40:38 BST 2009
       - Make auth_realms method ensure authentication is initialized
         before calling methods which get created during auth initialization.
         Fixes back compat cases where auth store is in the plugin list
index 91ac80b..8f84222 100644 (file)
@@ -12,7 +12,7 @@ use Tie::RefHash;
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10013";
+our $VERSION = "0.10014";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;