[SCM] Debian packaging of libcatalyst-perl branch, master, updated. debian/5.90015-1-16-g2d0e83c

Florian Schlichting fsfs at debian.org
Wed May 8 22:15:23 UTC 2013


The following commit has been merged in the master branch:
commit 257d2d44fdba8ee54e18f59298a1c29557f87f1d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed May 8 23:57:56 2013 +0200

    add NEWS entry on breaking changes

diff --git a/debian/NEWS b/debian/NEWS
index d471e1e..04c679f 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,18 @@
+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 at debian.org>  Wed, 08 May 2013 23:53:44 +0200
+
 libcatalyst-perl (5.90003-1) unstable; urgency=low
 
   VERSION 5.9XXXX 'cataplack'

-- 
Debian packaging of libcatalyst-perl



More information about the Pkg-perl-cvs-commits mailing list