File: control

package info (click to toggle)
libcatalyst-plugin-formvalidator-perl 0.02-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 64 kB
  • ctags: 7
  • sloc: makefile: 44; perl: 21
file content (17 lines) | stat: -rw-r--r-- 798 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libcatalyst-plugin-formvalidator-perl
Section: perl
Priority: optional
Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers@lists.alioth.debian.org>
Uploaders: Florian Ragwitz <rafl@debian.org>, Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl, libcatalyst-perl, libdata-formvalidator-perl
Standards-Version: 3.7.3

Package: libcatalyst-plugin-formvalidator-perl
Architecture: all
Depends: ${perl:Depends}, libcatalyst-perl, libdata-formvalidator-perl
Description: FormValidator for Catalyst
 Catalyst::Plugin::FormValidator uses Data::FormValidator to validate 
 and set up form data from your request parameters. It's a quite thin 
 wrapper around that module, so most of the relevant information can 
 be found there.