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' ],

   Catalyst::Action::Serialize::Data::Serializer is packaged as
   libcatalyst-action-serialize-data-serializer-perl.

 -- gregor herrmann <gregoa@debian.org>  Sun, 16 Jun 2013 19:28:32 +0200
