File: control

package info (click to toggle)
libcatalyst-modules-extra-perl 8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 132 kB
  • sloc: perl: 186; sh: 47; makefile: 12
file content (74 lines) | stat: -rw-r--r-- 2,371 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: libcatalyst-modules-extra-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl,
 libcatalyst-model-cdbi-perl,
 libcatalyst-modules-perl,
 libcatalyst-perl,
 libcatalyst-view-tt-perl,
 libclass-data-inheritable-perl,
 libclass-dbi-asform-perl,
 libclass-dbi-fromform-perl,
 libclass-dbi-loader-perl,
 libclass-dbi-perl,
 libclass-dbi-plugin-retrieveall-perl,
 libgd-securityimage-perl,
 libhtml-fillinform-perl,
 libhtml-parser-perl,
 liblwpx-paranoidagent-perl,
 libnet-openid-consumer-perl,
 libtemplate-plugin-class-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 libtest-use-ok-perl,
 libwww-perl
Build-Conflicts-Indep: libclass-dbi-sqlite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-modules-extra-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/
 
Package: libcatalyst-modules-extra-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-model-cdbi-perl,
 libcatalyst-modules-perl,
 libcatalyst-perl,
 libcatalyst-view-tt-perl,
 libclass-data-inheritable-perl,
 libclass-dbi-asform-perl,
 libclass-dbi-fromform-perl,
 libclass-dbi-loader-perl,
 libclass-dbi-perl,
 libclass-dbi-plugin-retrieveall-perl,
 libgd-securityimage-perl,
 libhtml-fillinform-perl,
 liblwpx-paranoidagent-perl,
 libnet-openid-consumer-perl,
 libtemplate-plugin-class-perl,
 libwww-perl
Enhances: libcatalyst-perl
Recommends: libclass-dbi-sqlite-perl
Description: collection of extra modules for Catalyst
 This package includes some modules which could be handy when you make Catalyst
 application and which are not in libcatalyst-modules-perl. 
 .
 Currently the following modules are included:
 .
 Catalyst::Model::Adaptor
 Use a plain class as a Catalyst model
 .
 Catalyst::Model::CDBI::CRUD
 Create-Read-Update-Delete model class using Class::DBI
 .
 Catalyst::Plugin::Authentication::Credential::OpenID
 Authentication using OpenID credentials
 .
 Catalyst::Plugin::Captcha
 Create and validate Captcha for Catalyst
 .
 Catalyst::Plugin::Setenv
 Deploy an environment (%ENV) using the Catalyst configuration