File: control

package info (click to toggle)
libperl6-form-perl 0.090-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 584 kB
  • sloc: perl: 3,080; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 1,244 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
Source: libperl6-form-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Allard Hoeve <allard@byte.nl>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libperl6-export-perl,
                     perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl6-form-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl6-form-perl.git
Homepage: https://metacpan.org/release/Perl6-Form

Package: libperl6-form-perl
Architecture: all
Depends: libperl6-export-perl,
         ${perl:Depends},
         ${misc:Depends}
Description: Perl 5 implementation of the Perl 6 'form' built-in
 Formats are Perl 5's mechanism for creating text templates with
 fixed-width fields. Those fields are then filled in using values from
 prespecified package variables.
 .
 Unlike Perl 5, Perl 6 doesn't have a C<format> keyword. Or the
 associated built-in formatting mechanism. Instead it has a Form.pm
 module. And a C<form> function.
 .
 The Perl6::Form module implements virtually all of the functionality of the
 Perl 6 Form.pm module.