File: control

package info (click to toggle)
libcatalyst-controller-formbuilder-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 272 kB
  • ctags: 179
  • sloc: perl: 2,320; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,715 bytes parent folder | download | duplicates (2)
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
40
Source: libcatalyst-controller-formbuilder-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 (>= 5.7),
 libcgi-formbuilder-perl (>= 3.02),
 libclass-data-inheritable-perl (>= 0.04),
 libclass-inspector-perl (>= 1.13),
 libmro-compat-perl (>= 0.09),
 libtest-www-mechanize-catalyst-perl (>= 0.37),
 libtie-ixhash-perl (>= 1.21),
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-controller-formbuilder-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-controller-formbuilder-perl.git
Homepage: https://metacpan.org/release/Catalyst-Controller-FormBuilder

Package: libcatalyst-controller-formbuilder-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-perl (>= 5.7),
 libcgi-formbuilder-perl (>= 3.02),
 libclass-data-inheritable-perl (>= 0.04),
 libclass-inspector-perl (>= 1.13),
 libmro-compat-perl (>= 0.09),
 libtest-www-mechanize-catalyst-perl (>= 0.37),
 libtie-ixhash-perl (>= 1.21)
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: Catalyst FormBuilder base controller
 This base controller merges the functionality of CGI::FormBuilder with
 Catalyst and the following templating systems: Template Toolkit, Mason and
 HTML::Template. This provides access to all of FormBuilder's niceties, such
 as controllablefield stickiness, multilingual support, and Javascript
 generation.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.