File: control

package info (click to toggle)
libcatalyst-action-serialize-data-serializer-perl 1.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 2,409; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,404 bytes parent folder | download
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
Source: libcatalyst-action-serialize-data-serializer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: libcatalyst-action-rest-perl,
 libcatalyst-perl,
 libdata-serializer-perl,
 libmoose-perl,
 libnamespace-autoclean-perl,
 perl
Standards-Version: 3.9.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-action-serialize-data-serializer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-action-serialize-data-serializer-perl.git
Homepage: https://metacpan.org/release/Catalyst-Action-Serialize-Data-Serializer
Testsuite: autopkgtest-pkg-perl

Package: libcatalyst-action-serialize-data-serializer-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-action-rest-perl,
 libcatalyst-perl,
 libdata-serializer-perl,
 libmoose-perl,
 libnamespace-autoclean-perl
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.