File: control

package info (click to toggle)
libcgi-formbuilder-source-perl-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: perl: 24; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,088 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
Source: libcgi-formbuilder-source-perl-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends:
 debhelper (>= 11),
 libcgi-formbuilder-perl,
 libfile-slurp-perl,
 perl,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-formbuilder-source-perl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-formbuilder-source-perl-perl.git
Homepage: https://metacpan.org/release/CGI-FormBuilder-Source-Perl
Testsuite: autopkgtest-pkg-perl

Package: libcgi-formbuilder-source-perl-perl
Architecture: all
Depends:
 libcgi-formbuilder-perl,
 libfile-slurp-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: module to initialize FormBuilder applications from Perl files
 CGI::FormBuilder::Source::Perl allows you to specify the config for a
 CGI::FormBuilder object using Perl syntax.
 .
 The contents of the config file will be evaled and the hash ref returned
 will be used as the config for the object.