[Catalyst-commits] r9467 - in trunk/Catalyst-Plugin-Authentication:
. lib/Catalyst/Plugin t
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Mar 8 23:35:19 GMT 2009
Author: t0m
Date: 2009-03-08 23:35:19 +0000 (Sun, 08 Mar 2009)
New Revision: 9467
Modified:
trunk/Catalyst-Plugin-Authentication/Changes
trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
trunk/Catalyst-Plugin-Authentication/t/live_app_session.t
Log:
Checking in changes prior to tagging of version 0.10011. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 9466)
+++ Changes (working copy)
@@ -1,6 +1,6 @@
Revision history for Perl extension Catalyst::Plugin::Authentication
-0.10011 *UNRELEASED*
+0.10011 Sun Mar 8 23:32:12 GMT 2009
- Update t/live_app_session.t to skip unless you have a newer, more
reliable version of TWMC (RT#43817)
- Change check for isa Catalyst::Plugin::Session to just check the
Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes 2009-03-08 23:25:52 UTC (rev 9466)
+++ trunk/Catalyst-Plugin-Authentication/Changes 2009-03-08 23:35:19 UTC (rev 9467)
@@ -1,6 +1,6 @@
Revision history for Perl extension Catalyst::Plugin::Authentication
-0.10011 *UNRELEASED*
+0.10011 Sun Mar 8 23:32:12 GMT 2009
- Update t/live_app_session.t to skip unless you have a newer, more
reliable version of TWMC (RT#43817)
- Change check for isa Catalyst::Plugin::Session to just check the
Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2009-03-08 23:25:52 UTC (rev 9466)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2009-03-08 23:35:19 UTC (rev 9467)
@@ -12,7 +12,7 @@
use Class::Inspector;
use Catalyst::Authentication::Realm;
-our $VERSION = "0.10010";
+our $VERSION = "0.10011";
sub set_authenticated {
my ( $c, $user, $realmname ) = @_;
Modified: trunk/Catalyst-Plugin-Authentication/t/live_app_session.t
===================================================================
--- trunk/Catalyst-Plugin-Authentication/t/live_app_session.t 2009-03-08 23:25:52 UTC (rev 9466)
+++ trunk/Catalyst-Plugin-Authentication/t/live_app_session.t 2009-03-08 23:35:19 UTC (rev 9467)
@@ -8,8 +8,6 @@
plan skip_all => "This test needs Test::WWW::Mechanize::Catalyst, Catalyst::Plugin::Session and Catalyst::Plugin::Session::State::Cookie installed" if $@;
plan skip_all => "This test needs Test::WWW::Mechanize::Catalyst >= 0.50, you have only $Test::WWW::Mechanize::Catalyst::VERSION"
unless $Test::WWW::Mechanize::Catalyst::VERSION >= 0.50;
- # There is something fishy going on here. When you run this from make test,
- # there are 29 tests, when you run it from prove, there are 26 - WTF FIXME (t0m)
plan tests => 29;
}
More information about the Catalyst-commits
mailing list