File: control

package info (click to toggle)
libmixin-extrafields-param-perl 0.022-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 304; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,421 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
Source: libmixin-extrafields-param-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmixin-extrafields-perl <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmixin-extrafields-param-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmixin-extrafields-param-perl.git
Homepage: https://metacpan.org/release/Mixin-ExtraFields-Param
Rules-Requires-Root: no

Package: libmixin-extrafields-param-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmixin-extrafields-perl,
         libsub-exporter-perl
Description: module to make classes provide a familiar "param" method
 Mixin::ExtraFields::Param mixes in to your class to provide a param method
 like the ones provided by CGI, CGI::Application, and other classes. It uses
 Mixin::ExtraFields, which means it can use any Mixin::ExtraFields driver to
 store your data.