File: control

package info (click to toggle)
libcatalystx-injectcomponent-perl 0.025-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: perl: 135; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download | duplicates (2)
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
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 (>= 8)
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: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalystx-injectcomponent-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalystx-injectcomponent-perl.git
Homepage: https://metacpan.org/release/CatalystX-InjectComponent/

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").