Source: libcatalystx-component-traits-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov 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.