debian/0000755000000000000000000000000012211355465007172 5ustar debian/rules0000755000000000000000000000003612202431076010242 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000012211355031010606 5ustar debian/patches/Deserializer-enable-rv2gv.patch0000644000000000000000000000150612211355031016543 0ustar Description: Enable rv2gv in deserializer's Safe compartment without this tests fail with: 'ref-to-glob cast' trapped by operation mask Bug: https://rt.cpan.org/Public/Bug/Display.html?id=87836 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719983 Author: Damyan Ivanov Forwarded: yes --- a/lib/Catalyst/Action/Deserialize/Data/Serializer.pm +++ b/lib/Catalyst/Action/Deserialize/Data/Serializer.pm @@ -8,7 +8,7 @@ use Data::Serializer; use Safe; use Scalar::Util qw(openhandle); my $compartment = Safe->new; -$compartment->permit_only( qw(padany null lineseq const pushmark list anonhash anonlist refgen leaveeval undef) ); +$compartment->permit_only( qw(padany null lineseq const pushmark list anonhash anonlist refgen leaveeval undef rv2gv) ); our $VERSION = '1.08'; $VERSION = eval $VERSION; debian/patches/series0000644000000000000000000000004012211354553012025 0ustar Deserializer-enable-rv2gv.patch debian/copyright0000644000000000000000000000354512202431076011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Catalyst-Action-Serialize-Data-Serializer Source: https://metacpan.org/release/Catalyst-Action-Serialize-Data-Serializer/ Upstream-Contact: Tomas Doran Files: * Copyright: 2006-2013, Adam Jacob 2006-2013, Tomas Doran (t0m) 2006-2013, John Goulah 2006-2013, Christopher Laco 2006-2013, Daisuke Maki 2006-2013, Hans Dieter Pearcey 2006-2013, Brian Phillips 2006-2013, Dave Rolsky 2006-2013, Luke Saunders 2006-2013, Arthur Axel "fREW" Schmidt 2006-2013, J. Shirley 2006-2013, Gavin Henry 2006-2013, Gerv http://www.gerv.net/ 2006-2013, Colin Newell 2006-2013, Wallace Reis License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000026012202431076010212 0ustar version=3 https://metacpan.org/release/Catalyst-Action-Serialize-Data-Serializer/ .*/Catalyst-Action-Serialize-Data-Serializer-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012202431076010463 5ustar debian/source/format0000644000000000000000000000001412202431076011671 0ustar 3.0 (quilt) debian/control0000644000000000000000000000271512202431076010573 0ustar Source: libcatalyst-action-serialize-data-serializer-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcatalyst-action-rest-perl (>= 1.08), libcatalyst-perl (>= 5.80030), libdata-serializer-perl, libmoose-perl, libnamespace-autoclean-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-action-serialize-data-serializer-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-action-serialize-data-serializer-perl.git Homepage: https://metacpan.org/release/Catalyst-Action-Serialize-Data-Serializer/ Package: libcatalyst-action-serialize-data-serializer-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-action-rest-perl (>= 1.08), libcatalyst-perl (>= 5.80030), libdata-serializer-perl, libmoose-perl, libnamespace-autoclean-perl Breaks: libcatalyst-action-rest-perl (<< 1.11-1) Replaces: libcatalyst-action-rest-perl (<< 1.11-1) Description: serializing module for Catalyst::Action::REST using Data::Serializer Catalyst::Action::Serialize::Data::Serializer implements a serializer for use with "Data::Dumper" and others. It was factored out of Catalyst::Action::REST because it is unlikely to be widely used and tends to break tests, be insecure, and is generally weird. Use at your own risk. debian/compat0000644000000000000000000000000212202431076010361 0ustar 8 debian/changelog0000644000000000000000000000073512211355465011051 0ustar libcatalyst-action-serialize-data-serializer-perl (1.08-2) unstable; urgency=low * Team upload * Add patch enabling rv2gv in deserializer's Safe compartment fixes tests with perl 5.18 (Closes: #719983) -- Damyan Ivanov Tue, 03 Sep 2013 15:50:52 +0300 libcatalyst-action-serialize-data-serializer-perl (1.08-1) unstable; urgency=low * Initial release (closes: #712518). -- gregor herrmann Sun, 16 Jun 2013 20:01:05 +0200