[SCM] Debian packaging of libcatalyst-action-rest-perl branch, master, updated. debian/1.06-1-11-g2b83563

gregor herrmann gregoa at debian.org
Sun Jun 16 17:39:31 UTC 2013


The following commit has been merged in the master branch:
commit c422b74c8fbeb5524f6656c6ecd49ef9123d5f02
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 16 19:29:35 2013 +0200

    Add debian/NEWS mentioning the removal of Catalyst::Action::Serialize::Data::Serializer.

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..a4eafdc
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,24 @@
+libcatalyst-action-rest-perl (1.11-1) unstable; urgency=low
+
+  From upstream Changes:  
+
+  Factor Data::Serializable into it's own dist to stop breakages.
+
+    If you use any of:
+
+    * Data::Dumper
+    * Data::Denter
+    * Data::Taxi
+    * Config::General
+    * PHP::Serialization
+
+    You'll need to install Catalyst-Action-Serialize-Data-Serializer and add the
+    appropriate lines to your controller config.  Said lines may be:
+
+         'text/x-data-dumper' => [ 'Data::Serializer', 'Data::Dumper' ],
+         'text/x-data-denter' => [ 'Data::Serializer', 'Data::Denter' ],
+         'text/x-data-taxi'   => [ 'Data::Serializer', 'Data::Taxi'   ],
+         'text/x-config-general'    => [ 'Data::Serializer', 'Config::General' ],
+         'text/x-php-serialization' => [ 'Data::Serializer', 'PHP::Serialization' ],
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 16 Jun 2013 19:28:32 +0200

-- 
Debian packaging of libcatalyst-action-rest-perl



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