Source: libcatalyst-manual-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-manual-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-manual-perl.git Homepage: https://metacpan.org/release/Catalyst-Manual Rules-Requires-Root: no Package: libcatalyst-manual-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Multi-Arch: foreign Description: developer's manual for Catalyst Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based. . Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you to easily separate concerns, like content, presentation, and flow control, into separate modules. This separation allows you to modify code that handles one concern without affecting code that handles the others. Catalyst promotes the re-use of existing Perl modules that already handle common web application concerns well. . Catalyst::Manual contains Catalyst developer's manual.