From: Tomas Doran Date: Wed, 2 Sep 2009 02:03:58 +0000 (+0000) Subject: Changelogging X-Git-Tag: 5.80012~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d367bfc91988876192bf28665979faf7d8be86ec Changelogging --- diff --git a/Changes b/Changes index 4f05906..b91a97f 100644 --- a/Changes +++ b/Changes @@ -3,9 +3,10 @@ Bug fixes: - Fix t/optional_http-server.t test. - Fix t/optional_http-server-restart.t test. + - Fix duplicate components being loaded at setup time, each component is + now loaded at most once + tests. Refactoring / cleanups: - - Catalyst::Classdata now warns when class methods are called on instances. - Reduce minimum supported perl version from 5.8.6 to 5.8.4 as there are many people still running/testing this version with no known issues.