1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
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 <gregoa@debian.org> 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 <fsfs@debian.org> 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 <gregoa@debian.org> 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) <eloy@debian.org> 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) <eloy@debian.org> 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) <eloy@debian.org> Sun, 30 Oct 2005 17:51:56 +0100
|