[Catalyst-commits] r10768 - in
Catalyst-Plugin-Authentication/0.10000/trunk: . lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Jul 1 16:42:47 GMT 2009
Author: t0m
Date: 2009-07-01 16:42:46 +0000 (Wed, 01 Jul 2009)
New Revision: 10768
Added:
Catalyst-Plugin-Authentication/0.10000/trunk/.shipit
Modified:
Catalyst-Plugin-Authentication/0.10000/trunk/Changes
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
Log:
Checking in changes prior to tagging of version 0.10014. Changelog diff is:
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
Added: Catalyst-Plugin-Authentication/0.10000/trunk/.shipit
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/.shipit (rev 0)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/.shipit 2009-07-01 16:42:46 UTC (rev 10768)
@@ -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
+
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/Changes
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/Changes 2009-07-01 14:50:39 UTC (rev 10767)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/Changes 2009-07-01 16:42:46 UTC (rev 10768)
@@ -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
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2009-07-01 14:50:39 UTC (rev 10767)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2009-07-01 16:42:46 UTC (rev 10768)
@@ -12,7 +12,7 @@
use Class::Inspector;
use Catalyst::Authentication::Realm;
-our $VERSION = "0.10013";
+our $VERSION = "0.10014";
sub set_authenticated {
my ( $c, $user, $realmname ) = @_;
More information about the Catalyst-commits
mailing list