File: control

package info (click to toggle)
libcgi-formbuilder-source-yaml-perl 1.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 84 kB
  • ctags: 7
  • sloc: perl: 129; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,505 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
Source: libcgi-formbuilder-source-yaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9~),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libcgi-formbuilder-perl,
                     libcgi-pm-perl | perl (<< 5.19),
                     libyaml-syck-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git
Homepage: https://metacpan.org/release/CGI-FormBuilder-Source-YAML

Package: libcgi-formbuilder-source-yaml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-formbuilder-perl,
         libcgi-pm-perl | perl (<< 5.19),
         libyaml-syck-perl
Description: module to initialize FormBuilder applications from YAML files
 CGI::FormBuilder::Source::YAML reads a YAML file containing CGI::FormBuilder
 configuration options and returns a hash that can be directly fed into the
 application initialization method CGI::FormBuilder->new().
 .
 It uses YAML::Syck as YAML backend, allowing full data structure
 specification as well as code fragment specification. This is particularly
 useful if you need to define validation callbacks, as if often desired
 in CGI::FormBuilder applications.