File: control

package info (click to toggle)
libcatalyst-manual-perl 5.9009-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 724 kB
  • ctags: 1
  • sloc: perl: 29; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download
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
Source: libcatalyst-manual-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-manual-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-manual-perl.git
Homepage: https://metacpan.org/release/Catalyst-Manual

Package: libcatalyst-manual-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Breaks: libcatalyst-modules-perl (<< 31)
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.