[Catalyst-commits] r8782 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Dec 7 18:33:58 GMT 2008
Author: t0m
Date: 2008-12-07 18:33:58 +0000 (Sun, 07 Dec 2008)
New Revision: 8782
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/TODO
Log:
Update Changes file and TODO list
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2008-12-07 18:33:07 UTC (rev 8781)
+++ Catalyst-Runtime/5.80/trunk/Changes 2008-12-07 18:33:58 UTC (rev 8782)
@@ -1,5 +1,24 @@
# This file documents the revision history for Perl extension Catalyst.
+ - Add test case for the bug which is causing the
+ Catalyst::Plugin::Authentication tests to fail (t0m)
+ - Fix a bug in uri_for which could cause it to generate paths
+ with multiple slashes in them. (t0m)
+ - Add test for this (t0m)
+ - Fix SKIP block name in t/optional_http-server-restart.t,
+ stopping 'Label not found for "last SKIP"' error from
+ Test::More (t0m)
+ - Workaround max_redirect 0 bug in LWP (andyg)
+ - Move live_engine_response_print into aggregate (andyg)
+ - Fix dependency bug, s/parent/base/ in new test (rafl)
+ - Fix optional tests to run the live tests in the aggregate
+ dir (andyg)
+ - Fix Catalyst->go error in remote tests (andyg)
+ - Fix upload test to work with remote servers, don't check for
+ deleted files (andyg)
+ - Fix engine_request_uri tests to work on remote server with
+ different URI (andyg)
+
5.8000_04 2008-12-05 12:15:00
- Silence Class::C3::Adopt::NEXT warnings in the test suite (rafl)
- Fix loads of 'used once, possible typo' warnings (rafl)
Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO 2008-12-07 18:33:07 UTC (rev 8781)
+++ Catalyst-Runtime/5.80/trunk/TODO 2008-12-07 18:33:58 UTC (rev 8782)
@@ -1,11 +1,5 @@
- - Class::C3::Adopt::NEXT - some people are getting more than one warning
- per package, make a test case for this (t0m)
-
- - Catalyst::Plugin::Authentication fails tests. Believed to be as
- Catalyst::Plugin::Authentication::Credential::Password has a
- ->mk_accessors('_config'), which is also class data.
- Make a test case for this (t0m)
-
+ - Fix t/caf_backcompat_plugin_accessor_override.t
+
- Looks like stash is not available during prepare_path when running under
Catalyst::Test.. Run MojoMojo's t/01app.t and it will explode with
"Can't use an undefined value as a HASH reference" - test case for core
More information about the Catalyst-commits
mailing list