Source: libcatalystx-injectcomponent-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann 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").