libcatalyst-perl (5.90097-1) unstable; urgency=medium From upstream Changes, 5.90079_001: UTF-8 is now the default encoding (there used to be none...). You can disable this if you need to with MyApp->config(encoding => undef) if it causes you trouble. -- gregor herrmann Wed, 12 Aug 2015 11:42:15 +0200 libcatalyst-perl (5.90030-1) unstable; urgency=low The Regex dispatchtype (Catalyst::DispatchType::Regex) has been deprecated and removed from core, into an external package. You are encouraged to move your application to Chained dispatch (Catalyst::DispatchType::Chained). If you need Regexp dispatch types, you should make sure to install the libcatalyst-dispatchtype-regex-perl package. Catalyst::Action now defines 'match_captures' so it is no long considered an optional method. This might break you code if you have made custom action roles/classes where you define 'match_captures'. You must change your code to use a method modifier (such as 'around'). -- Florian Schlichting Wed, 08 May 2013 23:53:44 +0200 libcatalyst-perl (5.90003-1) unstable; urgency=low VERSION 5.9XXXX 'cataplack' The Catalyst::Engine sub-classes have all been removed and deprecated, to be replaced with Plack handlers. Cf. Catalyst::Delta for details. -- gregor herrmann Sat, 27 Aug 2011 17:32:55 +0200 libcatalyst-perl (5.7004-1) unstable; urgency=low Catalyst::Manual is separated from Catalyst::Runtime due to licensing issues. You can now find Catalyst::Manual in libcatalyst-modules-perl package. -- Krzysztof Krzyzaniak (eloy) Tue, 7 Nov 2006 23:05:08 +0100 libcatalyst-perl (5.69-5.70pre1-1) experimental; urgency=low This package now only contains the Catalyst::Runtime library. Many other modules, including Catalyst::Devel, can be found in the bundle libcatalyst-modules-perl package. -- Krzysztof Krzyzaniak (eloy) Tue, 27 Jun 2006 17:31:20 +0200 libcatalyst-perl (5.49.02-1) experimental; urgency=low The Apache engines have been separated out into their own package (CPAN: Catalyst::Engine::Apache, Debian: libcatalyst-engine-apache-perl). -- Krzysztof Krzyzaniak (eloy) Sun, 30 Oct 2005 17:51:56 +0100