File: control

package info (click to toggle)
libcatalystx-injectcomponent-perl 0.025-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 135; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,267 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
Source: libcatalystx-injectcomponent-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)
Build-Depends-Indep: perl,
 libcatalyst-perl,
 libclass-inspector-perl,
 libmodule-pluggable-perl | perl (<< 5.17.0),
 libtest-most-perl
Standards-Version: 3.9.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalystx-injectcomponent-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalystx-injectcomponent-perl.git
Homepage: https://metacpan.org/release/CatalystX-InjectComponent
Testsuite: autopkgtest-pkg-perl

Package: libcatalystx-injectcomponent-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-perl,
 libclass-inspector-perl,
 libmodule-pluggable-perl | perl (<< 5.17.0)
Description: module for injecting components into Catalyst applications
 CatalystX::InjectComponent will inject Controller, Model, and View
 components into Catalyst applications at setup (run)time. It does
 this by creating a new package on-the-fly, having that package extend
 the given component, and then having Catalyst setup the new component
 (via "->setup_component").