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