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
|
Source: libcatalystx-component-traits-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcatalyst-perl,
libclass-load-perl,
liblist-moreutils-perl,
libmoose-perl,
libmoosex-methodattributes-perl (>= 0.15),
libmoosex-traits-pluggable-perl,
libnamespace-autoclean-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalystx-component-traits-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalystx-component-traits-perl.git
Homepage: https://metacpan.org/release/CatalystX-Component-Traits
Package: libcatalystx-component-traits-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl,
libclass-load-perl,
liblist-moreutils-perl,
libmoose-perl,
libmoosex-traits-pluggable-perl,
libnamespace-autoclean-perl
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: Automatic Trait Loading and Resolution for Catalyst Components
CatalystX::Component::Traits adds a Catalyst::Component/COMPONENT method to
your Catalyst component base class that reads the optional traits parameter
from app and component config and instantiates the component subclass with
those traits using MooseX::Traits/new_with_traits from
MooseX::Traits::Pluggable.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
|