File: control

package info (click to toggle)
libcatalyst-modules-extra-perl 6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 124 kB
  • ctags: 5
  • sloc: perl: 186; sh: 47; makefile: 12
file content (50 lines) | stat: -rw-r--r-- 2,288 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
Source: libcatalyst-modules-extra-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libcatalyst-perl, libcatalyst-model-cdbi-perl,
 libclass-dbi-plugin-retrieveall-perl, libclass-dbi-loader-perl, libwww-perl,
 libhtml-fillinform-perl, libcatalyst-modules-perl, libgd-securityimage-perl,
 libclass-data-inheritable-perl, libclass-dbi-perl, libclass-dbi-asform-perl,
 libcatalyst-view-tt-perl, libclass-dbi-fromform-perl, libhtml-parser-perl,
 libtemplate-plugin-class-perl, libtest-pod-perl, libtest-pod-coverage-perl,
 liblwpx-paranoidagent-perl, libnet-openid-consumer-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>
Standards-Version: 3.8.4
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}, libclass-data-inheritable-perl,
 libclass-dbi-plugin-retrieveall-perl, libclass-dbi-loader-perl, libwww-perl,
 libhtml-fillinform-perl, libcatalyst-modules-perl, libgd-securityimage-perl,
 libtemplate-plugin-class-perl, libclass-dbi-perl, libclass-dbi-asform-perl,
 libclass-dbi-fromform-perl, libcatalyst-perl, libcatalyst-model-cdbi-perl,
 libcatalyst-view-tt-perl, libnet-openid-consumer-perl,
 liblwpx-paranoidagent-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