File: control

package info (click to toggle)
libcatalyst-action-rest-perl 1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 476 kB
  • sloc: perl: 1,750; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,324 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: libcatalyst-action-rest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libcatalyst-perl,
                     libclass-inspector-perl,
                     libhtml-parser-perl,
                     libjson-maybexs-perl,
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libmoose-perl,
                     libmro-compat-perl,
                     libnamespace-autoclean-perl,
                     libparams-validate-perl,
                     libtest-pod-perl,
                     libtest-requires-perl,
                     liburi-find-perl,
                     libwww-perl,
                     libyaml-syck-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-action-rest-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-action-rest-perl.git
Homepage: https://metacpan.org/release/Catalyst-Action-REST

Package: libcatalyst-action-rest-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcatalyst-perl,
         libclass-inspector-perl,
         libjson-maybexs-perl,
         libmodule-pluggable-perl | perl (<< 5.17.0),
         libmoose-perl,
         libmro-compat-perl,
         libnamespace-autoclean-perl,
         libparams-validate-perl,
         liburi-find-perl
Recommends: libhtml-parser-perl,
            libyaml-syck-perl
Suggests: libcatalyst-action-serialize-data-serializer-perl,
          libconfig-general-perl,
          libfreezethaw-perl,
          libcpanel-json-xs-perl,
          libphp-serialization-perl,
          libxml-simple-perl
Description: module for automatic REST method dispatching
 Catalyst::Action::REST is a Catalyst Action that handles doing automatic
 method dispatching for REST requests. It takes a normal Catalyst action, and
 changes the dispatch to append an underscore and method name. It will
 dispatch either to the action with the generating name or to a regular
 method.