File: control

package info (click to toggle)
libcatalyst-controller-actionrole-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 376 kB
  • ctags: 44
  • sloc: perl: 488; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,709 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
Source: libcatalyst-controller-actionrole-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Joenio Costa <joenio@perl.org.br>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libcatalyst-action-rest-perl,
                     libcatalyst-perl,
                     libclass-load-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libnamespace-clean-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-controller-actionrole-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-controller-actionrole-perl.git
Homepage: https://metacpan.org/release/Catalyst-Controller-ActionRole

Package: libcatalyst-controller-actionrole-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcatalyst-perl,
         libclass-load-perl,
         libmoose-perl,
         libmoosex-types-perl,
         libnamespace-autoclean-perl,
         libstring-rewriteprefix-perl
Suggests: libcatalyst-action-rest-perl
Description: module for applying roles to action instances
 Catalyst::Controller::ActionRole allows one to apply Moose::Roles to the
 Catalyst::Actions for different controller methods.
 .
 As of version 5.90013, Catalyst has merged this functionality into the core
 Catalyst::Controller. You should no longer use this module for new
 development and it is recommended to switch to the core controller as soon as
 practical.