X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=62f455bf2091f206ef24240576f8ab88c79f0787;hb=ee534e6be5d846db690fd06c1ed4624716797d2d;hp=51c208923021e764971c9a7249b29ffb72b7fae0;hpb=6cb9e3832b3faf55e2990e9bff51c709a8cfc4fb;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 51c2089..62f455b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ # This file documents the revision history for Perl extension Catalyst. 5.8000_04 + - Silence Class::C3::Adopt::NEXT warnings in the test suite (rafl) + - Fix loads of 'used once, possible typo' warnings (rafl) + - Additional tests to ensure upload temp files are deleted (andyg) + - Remove use of NEXT from the test suite, except for one case + which tests if Class::C3::Adopt::NEXT is working (t0m) - Use a predicate to avoid recursion in cases where the uri method is overridden by a plugin, and calls the base method, for example Catalyst::Plugin::SmartURI (t0m)